Give more space to hotkey list (but dialog has same size)
This fix unreadable hotkeys in editor in English, but problem may still be there for verbose language
This commit is contained in:
parent
2f91fe43c9
commit
6f963d4bd3
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ void show_hotkeys_dialog (display & disp, config *save_config)
|
|||
gui::menu menu_(disp.video(), menu_items, false, height, -1, &sorter, &gui::menu::bluebg_style);
|
||||
menu_.sort_by(0);
|
||||
menu_.reset_selection();
|
||||
menu_.set_width(font::relative_size(400));
|
||||
menu_.set_width(font::relative_size(500));
|
||||
menu_.set_location(xpos + font::relative_size(20), ypos);
|
||||
|
||||
gui::button change_button (disp.video(), _("Change Hotkey"));
|
||||
|
|
Loading…
Add table
Reference in a new issue