mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-17 20:09:16 +00:00
Title screen: move language button to icon
This commit is contained in:
parent
7db49def97
commit
acc96b165d
|
@ -260,6 +260,14 @@
|
|||
()
|
||||
}
|
||||
|
||||
{_GUI_DEFINITION
|
||||
"action_language"
|
||||
"Button for displaying the language menu."
|
||||
"buttons/button_square/button_square_25"
|
||||
"icons/action/language_25"
|
||||
()
|
||||
}
|
||||
|
||||
{_GUI_DEFINITION
|
||||
"left_arrow_short_ornate"
|
||||
"Left arrow action button."
|
||||
|
|
|
@ -254,7 +254,6 @@ where
|
|||
{_GUI_BUTTON "load" _"Load" _"Load a saved game"}
|
||||
{_GUI_BUTTON "addons" _"Add-ons" _"Download usermade campaigns, eras, or map packs"}
|
||||
{_GUI_BUTTON "editor" _"Map Editor" _"Start the map editor"}
|
||||
{_GUI_BUTTON "language" _"Language" _"Change the language"}
|
||||
{_GUI_BUTTON "preferences" _"Preferences" _"Configure the game’s settings"}
|
||||
{_GUI_BUTTON "credits" _"Credits" _"View the credits"}
|
||||
{_GUI_BUTTON "quit" _"Quit" _"Quit the game"}
|
||||
|
@ -447,7 +446,7 @@ where
|
|||
[row]
|
||||
|
||||
[column]
|
||||
horizontal_alignment = "left"
|
||||
horizontal_grow = true
|
||||
vertical_alignment = "bottom"
|
||||
|
||||
[grid]
|
||||
|
@ -456,6 +455,7 @@ where
|
|||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
horizontal_alignment = "left"
|
||||
[button]
|
||||
id = "about"
|
||||
definition = "action_about"
|
||||
|
@ -465,6 +465,7 @@ where
|
|||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
horizontal_alignment = "left"
|
||||
border = "left"
|
||||
border_size = 5
|
||||
[label]
|
||||
|
@ -473,6 +474,16 @@ where
|
|||
[/label]
|
||||
[/column]
|
||||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
horizontal_alignment = "right"
|
||||
[button]
|
||||
id = "language"
|
||||
definition = "action_language"
|
||||
tooltip = _ "Change the language"
|
||||
[/button]
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
||||
[/grid]
|
||||
|
|
BIN
images/icons/action/language_25-active.png
Normal file
BIN
images/icons/action/language_25-active.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
images/icons/action/language_25-pressed.png
Normal file
BIN
images/icons/action/language_25-pressed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
images/icons/action/language_25.png
Normal file
BIN
images/icons/action/language_25.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue
Block a user