forked from AuroraMiddleware/gtk
inspector: Make it easier to cut'n'paste advice message
The message says "Enable statistics with GOBJECT_DEBUG=instance-count" but the message itself isn't selectable, making it hard to cut'n'paste. https://bugzilla.gnome.org/show_bug.cgi?id=746391
This commit is contained in:
parent
ec57c6c10b
commit
7dac38f841
@ -161,6 +161,7 @@
|
||||
<child>
|
||||
<object class="GtkLabel">
|
||||
<property name="visible">True</property>
|
||||
<property name="selectable">True</property>
|
||||
<property name="label" translatable="yes">Enable statistics with GOBJECT_DEBUG=instance-count</property>
|
||||
</object>
|
||||
</child>
|
||||
|
Loading…
Reference in New Issue
Block a user