Rename menu2-* dialog images to menu-*
|
@ -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]
|
||||
|
||||
|
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 79 B After Width: | Height: | Size: 79 B |
Before Width: | Height: | Size: 82 B After Width: | Height: | Size: 82 B |
Before Width: | Height: | Size: 83 B After Width: | Height: | Size: 83 B |
Before Width: | Height: | Size: 81 B After Width: | Height: | Size: 81 B |
Before Width: | Height: | Size: 81 B After Width: | Height: | Size: 81 B |
Before Width: | Height: | Size: 83 B After Width: | Height: | Size: 83 B |
Before Width: | Height: | Size: 81 B After Width: | Height: | Size: 81 B |
Before Width: | Height: | Size: 79 B After Width: | Height: | Size: 79 B |
|
@ -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);
|
||||
|
|