Skip to content

Commit

Permalink
Don't show any images for buttons in menu bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 15, 2016
1 parent 8e8b4a3 commit a4c4f18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions data/themes/default.cfg
Expand Up @@ -78,7 +78,7 @@
[menu]
id=menu-main
title= _ "Menu"
image=button_menu/menu_button_copper_H20
image=button_menu/menu_blank
items=objectives,statistics,unitlist,statustable,save,savereplay,savemap,load,preferences,chatlog,menu-autosaves,help,stopnetwork,startnetwork,quit,quit-to-desktop
ref=top-panel
rect="=+3,=+1,+100,=-4"
Expand All @@ -96,7 +96,7 @@
[menu]
id=actions-menu
title= _ "Actions"
image=button_menu/menu_button_copper_H20
image=button_menu/menu_blank
items=undo,redo,wbexecuteallactions,wbexecuteaction,wbdeleteaction,wbtoggle,cycle,speak,recruit,recall,showenemymoves,bestenemymoves,delayshroud,updateshroud,label_settings,command
rect="+2,=,+100,="
xanchor=fixed
Expand Down
10 changes: 5 additions & 5 deletions data/themes/editor.cfg
Expand Up @@ -56,7 +56,7 @@
yanchor=fixed
[/panel]
[menu]
image=button_menu/menu_button_copper_H20
image=button_menu/menu_blank
id=menu-editor-file
title= _ "File"
type=turbo
Expand Down Expand Up @@ -88,7 +88,7 @@
[menu]
id=menu-editor-map
title= _ "Map"
image=button_menu/menu_button_copper_H20
image=button_menu/menu_blank
items=editor-map-resize,editor-map-rotate,editor-map-generate, editor-map-apply-mask,editor-map-create-mask-to,menu-editor-transitions,editor-refresh,editor-refresh-image-cache,togglegrid,editor-draw-coordinates,editor-draw-terrain-codes
rect="+1,=,+100,+20"
xanchor=fixed
Expand All @@ -109,7 +109,7 @@
[menu]
id=menu-editor-window
title= _ "Window"
image=button_menu/menu_button_copper_H20
image=button_menu/menu_blank
items=editor-switch-map
rect="+1,=,+100,="
xanchor=fixed
Expand All @@ -118,7 +118,7 @@
[menu]
id=menu-editor-areas
title= _ "Areas"
image=button_menu/menu_button_copper_H20
image=button_menu/menu_blank
items=editor-switch-area, editor-add-area, editor-remove-area, editor-save-area, editor-rename-area, menu-editor-local-time
rect="+1,=,+100,="
xanchor=fixed
Expand All @@ -140,7 +140,7 @@
[menu]
id=menu-editor-side
title= _ "Side"
image=button_menu/menu_button_copper_H20
image=button_menu/menu_blank
font_size={DEFAULT_EDITOR_FONT_SMALL}
items=editor-switch-side,editor-side-new,editor-side-edit,editor-side-remove
rect="+1,=,+100,="
Expand Down

0 comments on commit a4c4f18

Please sign in to comment.