Skip to content

Commit

Permalink
Locale preferences: use B_WIDTH_FROM_WIDEST tabs.
Browse files Browse the repository at this point in the history
The russian translation of "Formatting" does not fit in
B_WIDTH_AS_USUAL with the default font size.
  • Loading branch information
pulkomandy committed Oct 8, 2014
1 parent 824cb46 commit df8bc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preferences/locale/LocaleWindow.cpp
Expand Up @@ -77,7 +77,7 @@ LocaleWindow::LocaleWindow()

float spacing = be_control_look->DefaultItemSpacing();

BTabView* tabView = new BTabView("tabview");
BTabView* tabView = new BTabView("tabview", B_WIDTH_FROM_WIDEST);
BGroupView* languageTab = new BGroupView(B_TRANSLATE("Language"),
B_HORIZONTAL, spacing);

Expand Down

0 comments on commit df8bc91

Please sign in to comment.