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:
Iris Morelle 2023-05-24 04:24:42 -04:00
parent acd9429a23
commit a92ae5c86a
No known key found for this signature in database
GPG key ID: BB9666228F278524

View file

@ -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