gamestate inspector: use uneditable scroll_text instead of scroll_label

allows text to be selected and copied
This commit is contained in:
Subhraman Sarkar 2024-08-14 10:21:51 +05:30
parent 18a08fbbef
commit 6980ad04d6

View file

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