inspector: Show GSETTINGS_SCHEMA_DIR when set

This commit is contained in:
Matthias Clasen
2014-07-10 17:37:26 -04:00
parent bce5a0f1a1
commit 614412e913
2 changed files with 32 additions and 0 deletions

View File

@ -246,6 +246,34 @@
</child>
</object>
</child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="orientation">horizontal</property>
<property name="margin">10</property>
<property name="spacing">40</property>
<child>
<object class="GtkLabel" id="gsettings_schema_dir_label">
<property name="visible">True</property>
<property name="label" translatable="yes">GSETTINGS_SCHEMA_DIR</property>
<property name="halign">start</property>
<property name="valign">baseline</property>
<property name="xalign">0.0</property>
</object>
</child>
<child>
<object class="GtkLabel" id="gsettings_schema_dir">
<property name="visible">True</property>
<property name="halign">end</property>
<property name="valign">baseline</property>
<property name="ellipsize">end</property>
</object>
<packing>
<property name="expand">True</property>
</packing>
</child>
</object>
</child>
</object>
</child>
</object>
@ -301,6 +329,7 @@
<widget name="gtk_path_label"/>
<widget name="gtk_exe_prefix_label"/>
<widget name="gtk_data_prefix_label"/>
<widget name="gsettings_schema_dir_label"/>
<widget name="touchscreen_label"/>
</widgets>
</object>