forked from AuroraMiddleware/gtk
inspector: Make sure something is focusable on the stats page
Without this, the focus will not be inside the top_stack when we switch to the statistics page and it shows the excuse. This in turn will make the next page not take focus as expected when switching away from the statistics page again.
This commit is contained in:
parent
18799d22cf
commit
c5b7f9f11c
@ -153,11 +153,17 @@
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel">
|
||||
<object class="GtkBox">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">True</property>
|
||||
<property name="halign">center</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="label" translatable="yes">Enable statistics with GOBJECT_DEBUG=instance-count</property>
|
||||
<child>
|
||||
<object class="GtkLabel">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">Enable statistics with GOBJECT_DEBUG=instance-count</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="name">excuse</property>
|
||||
|
Loading…
Reference in New Issue
Block a user