Skip to content

Commit

Permalink
fixup! Added new style to shortcut text of new tab button in vertical…
Browse files Browse the repository at this point in the history
… tab
  • Loading branch information
simonhong committed Jan 15, 2025
1 parent 791df83 commit 4b82618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/ui/views/frame/vertical_tab_strip_region_view.cc
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ END_METADATA
class ShortcutBox : public views::View {
METADATA_HEADER(ShortcutBox, views::View)
public:
ShortcutBox(const std::u16string& shortcut_text) {
explicit ShortcutBox(const std::u16string& shortcut_text) {
constexpr int kChildSpacing = 4;
SetLayoutManager(std::make_unique<views::BoxLayout>(
views::BoxLayout::Orientation::kHorizontal, gfx::Insets(),
Expand Down

0 comments on commit 4b82618

Please sign in to comment.