gamestate inspector: use uneditable scroll_text instead of scroll_label
allows text to be selected and copied
This commit is contained in:
parent
18a08fbbef
commit
6980ad04d6
1 changed files with 4 additions and 3 deletions
|
@ -133,7 +133,7 @@
|
|||
id = "stuff_list"
|
||||
definition = "default"
|
||||
horizontal_scrollbar_mode = "never"
|
||||
vertical_scrollbar_mode = "always"
|
||||
vertical_scrollbar_mode = "auto"
|
||||
indentation_step_size = 15
|
||||
|
||||
{_GUI_INSPECTOR_NODE "basic" (
|
||||
|
@ -302,10 +302,11 @@
|
|||
horizontal_grow = true
|
||||
vertical_grow = true
|
||||
|
||||
[scroll_label]
|
||||
[scroll_text]
|
||||
id = "inspect"
|
||||
definition = "verbatim"
|
||||
[/scroll_label]
|
||||
editable = false
|
||||
[/scroll_text]
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
|
Loading…
Add table
Reference in a new issue