diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Toolbar.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc index 1f401c9..ac53af2 100644 --- a/src/Toolbar.cc +++ b/src/Toolbar.cc | |||
@@ -873,7 +873,7 @@ void Toolbar::setupMenus(bool skip_new_placement) { | |||
873 | { _FB_XTEXT(Align, BottomRight, "Bottom Right", "Bottom Right"), Toolbar::BOTTOMRIGHT} | 873 | { _FB_XTEXT(Align, BottomRight, "Bottom Right", "Bottom Right"), Toolbar::BOTTOMRIGHT} |
874 | }; | 874 | }; |
875 | 875 | ||
876 | placementMenu().setMinimumSublevels(3); | 876 | placementMenu().setMinimumColumns(3); |
877 | // create items in sub menu | 877 | // create items in sub menu |
878 | for (size_t i=0; i< sizeof(place_menu)/sizeof(PlacementP); ++i) { | 878 | for (size_t i=0; i< sizeof(place_menu)/sizeof(PlacementP); ++i) { |
879 | const PlacementP& p = place_menu[i]; | 879 | const PlacementP& p = place_menu[i]; |