ANL: scale image in menu to same size as the others
[ci skip]
This commit is contained in:
parent
53cfa331c4
commit
494c3cd5f5
2 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@
|
|||
|
||||
#define SHARE_WARFARE_KNOWLEDGE_OPTION TARGET_SIDE
|
||||
[option]
|
||||
image = "wesnoth-icon.png"
|
||||
image = "wesnoth-icon.png~SCALE(72,72)"
|
||||
label = $diplo_msg[{TARGET_SIDE}].warfare
|
||||
[show_if]
|
||||
[variable]
|
||||
|
|
|
@ -174,7 +174,7 @@ Study Progress: $player_$side_number|.mining.progress|/$player_$side_number|.min
|
|||
#Warfare
|
||||
|
||||
[option]
|
||||
image = "wesnoth-icon.png"
|
||||
image = "wesnoth-icon.png~SCALE(72,72)"
|
||||
label = _ "<span color='green'>Warfare</span>
|
||||
Allows you to recruit a new type of unit
|
||||
Study Progress: $player_$side_number|.warfare.progress|/$player_$side_number|.warfare.target"
|
||||
|
|
Loading…
Add table
Reference in a new issue