Locale preferences: use B_WIDTH_FROM_WIDEST tabs.
The russian translation of "Formatting" does not fit in B_WIDTH_AS_USUAL with the default font size.
This commit is contained in:
@@ -77,7 +77,7 @@ LocaleWindow::LocaleWindow()
|
|||||||
|
|
||||||
float spacing = be_control_look->DefaultItemSpacing();
|
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"),
|
BGroupView* languageTab = new BGroupView(B_TRANSLATE("Language"),
|
||||||
B_HORIZONTAL, spacing);
|
B_HORIZONTAL, spacing);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user