gui/game_version: Minor layout tweaks to Log File button
* Make the label more compact for translations ("Log File" instead of "Open Log File") * Make the tooltip slightly more specific about the file's identity * Relocate the button to the bottom row to use real estate better
This commit is contained in:
parent
acd9429a23
commit
a92ae5c86a
1 changed files with 12 additions and 17 deletions
|
@ -145,23 +145,6 @@
|
|||
[/column]
|
||||
|
||||
[/row]
|
||||
|
||||
[row]
|
||||
|
||||
[column]
|
||||
horizontal_alignment = right
|
||||
vertical_alignment = top
|
||||
border = all
|
||||
border_size = 5
|
||||
|
||||
[button]
|
||||
id = "open_stderr"
|
||||
label = _ "Open Log File"
|
||||
tooltip = _ "Opens the log file, which may contain useful debug information"
|
||||
[/button]
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
#enddef
|
||||
|
||||
#define _GUI_VERINFO_TAB_PAGE_BUILD_INFO
|
||||
|
@ -629,6 +612,18 @@
|
|||
|
||||
[/column]
|
||||
|
||||
[column]
|
||||
horizontal_alignment = left
|
||||
border = all
|
||||
border_size = 5
|
||||
|
||||
[button]
|
||||
id = "open_stderr"
|
||||
label = _ "Log File"
|
||||
tooltip = _ "Opens the log file pertaining to the current session, which may contain useful debug information"
|
||||
[/button]
|
||||
[/column]
|
||||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
horizontal_alignment = right
|
||||
|
|
Loading…
Add table
Reference in a new issue