Skip to content

Commit

Permalink
tpreferences: added Defaults button to hotkeys panel (WML only)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Feb 29, 2016
1 parent 65fe7dd commit 858c3fb
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions data/gui/default/window/preferences/06_hotkeys.cfg
Expand Up @@ -184,13 +184,15 @@
grow_factor = 0
[column]
horizontal_grow = true
vertical_alignment = "top"

[grid]
[row]
grow_factor = 1
[column]
grow_factor = 0
border = "all"
border_size = 5
horizontal_grow = true
[button]
label = _"Add Hotkey"
id = "btn_add_hotkey"
Expand All @@ -201,6 +203,7 @@
grow_factor = 0
border = "all"
border_size = 5
horizontal_grow = true
[button]
label = _"Clear Hotkey"
id = "btn_clear_hotkey"
Expand All @@ -209,12 +212,17 @@

[column]
grow_factor = 1
[spacer]
[/spacer]
border = "all"
border_size = 5
horizontal_alignment = "right"
[button]
label = _"Defaults"
id = "btn_reset_hotkeys"
[/button]
[/column]
[/row]
[/grid]
[/column]
[/row]

[/layer]
[/layer]

0 comments on commit 858c3fb

Please sign in to comment.