Skip to content

Commit

Permalink
Rename menu2-* dialog images to menu-*
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Jan 21, 2016
1 parent 15ed585 commit 583ab69
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/gui/default/widget/window_default.cfg
Expand Up @@ -181,8 +181,8 @@
id = "menu"
description = "Window style used for menus"

{_GUI_RESOLUTION ({GUI_TINY__RESOLUTION}) ("menu2") () 5 6 2 4 6 }
{_GUI_RESOLUTION () ("menu2") () 2 2 2 2 4 }
{_GUI_RESOLUTION ({GUI_TINY__RESOLUTION}) ("menu") () 5 6 2 4 6 }
{_GUI_RESOLUTION () ("menu") () 2 2 2 2 4 }

[/window_definition]

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion src/construct_dialog.cpp
Expand Up @@ -42,7 +42,7 @@ namespace gui {
//note: style names are directly related to the panel image file names
const dialog::style& dialog::default_style = dialog_frame::default_style;
const dialog::style& dialog::message_style = dialog_frame::message_style;
const dialog::style dialog::hotkeys_style("menu2", 0);
const dialog::style dialog::hotkeys_style("menu", 0);
const int dialog::message_font_size = font::SIZE_PLUS;
const int dialog::caption_font_size = font::SIZE_LARGE;
const size_t dialog::left_padding = font::relative_size(10);
Expand Down

0 comments on commit 583ab69

Please sign in to comment.