Replaced refs to old lite_small image with one to new image
This commit is contained in:
parent
5abfa6454c
commit
8ee955a096
3 changed files with 6 additions and 6 deletions
|
@ -156,7 +156,7 @@
|
|||
id=button-endturn
|
||||
title= _ "End Turn"
|
||||
title2= _ "End Scenario"
|
||||
image=lite_small
|
||||
image=menu_buttons/menu_button_small_H18
|
||||
items=endturn
|
||||
ref=bottom-right-panel
|
||||
rect="=+5,=+5,+80,+20"
|
||||
|
@ -571,12 +571,12 @@
|
|||
id=menu-main
|
||||
rect="=+3,=+1,+60,=-4"
|
||||
items=objectives,statistics,unitlist,statustable,save,load,preferences,chatlog,help,quit
|
||||
image=lite_small
|
||||
image=menu_buttons/menu_button_small_copper_H18
|
||||
[/change]
|
||||
[change]
|
||||
id=actions-menu
|
||||
rect="+2,=,+40,="
|
||||
image=lite_small
|
||||
image=menu_buttons/menu_button_small_copper_H18
|
||||
[/change]
|
||||
|
||||
[change]
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
id=menu-editor-file
|
||||
title= _ "File"
|
||||
type=turbo
|
||||
#image=lite_small
|
||||
#image=menu_buttons/menu_button_small_copper_H18
|
||||
#image=lite
|
||||
font_size=9
|
||||
items=statustable,unitlist,editor-map-new,editor-map-load,editor-map-revert,editor-map-save,editor-map-save-as,editor-map-save-all,preferences,editor-settings,help,editor-close-map,quit-editor,editor-quit-to-desktop
|
||||
|
@ -75,7 +75,7 @@
|
|||
# [menu]
|
||||
# id=menu-editor-edit
|
||||
# title= _ "Edit"
|
||||
# #image=lite_small
|
||||
# #image=menu_buttons/menu_button_small_copper_H18
|
||||
# image=lite
|
||||
# font_size={DEFAULT_EDITOR_FONT_SMALL}
|
||||
# items=undo,redo,editor-cut,editor-copy,editor-paste,editor-selection-name,editor-export-selection-coords,editor-select-all,editor-select-inverse,editor-select-none, editor-selection-fill,editor-selection-rotate,editor-selection-flip, editor-selection-generate,editor-selection-randomize
|
||||
|
|
|
@ -1068,7 +1068,7 @@ unit_preview_pane::details::details() :
|
|||
unit_preview_pane::unit_preview_pane(const gui::filter_textbox *filter, TYPE type, bool on_left_side) :
|
||||
gui::preview_pane(display::get_singleton()->video()), index_(0),
|
||||
details_button_(display::get_singleton()->video(), _("Profile"),
|
||||
gui::button::TYPE_PRESS,"lite_small", gui::button::MINIMUM_SPACE),
|
||||
gui::button::TYPE_PRESS,"menu_buttons/menu_button_small_H18", gui::button::MINIMUM_SPACE),
|
||||
filter_(filter), weapons_(type == SHOW_ALL), left_(on_left_side)
|
||||
{
|
||||
unsigned w = font::relative_size(weapons_ ? 200 : 190);
|
||||
|
|
Loading…
Add table
Reference in a new issue