tpreferences: added Defaults button to hotkeys panel (WML only)
This commit is contained in:
parent
65fe7ddea6
commit
858c3fbe69
1 changed files with 12 additions and 4 deletions
|
@ -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"
|
||||
|
@ -201,6 +203,7 @@
|
|||
grow_factor = 0
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_grow = true
|
||||
[button]
|
||||
label = _"Clear Hotkey"
|
||||
id = "btn_clear_hotkey"
|
||||
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue