Kaydet (Commit) d93746bd authored tarafından Jan-Marek Glogowski's avatar Jan-Marek Glogowski

SM add tooltip to element categories listbox

Since there is also no other information, like a label. Also
removes one unneeded level of layout indirection.

I'm not sure about the root placeholder child added by glade, but
other dialogs have it too, so keep it.

Change-Id: I235cc1ab5ea9ef37079353ee150eb000cb665dd1
Reviewed-on: https://gerrit.libreoffice.org/73075
Tested-by: Jenkins
Reviewed-by: 's avatarJan-Marek Glogowski <glogow@fbihome.de>
üst 1ff55a44
...@@ -10,41 +10,30 @@ ...@@ -10,41 +10,30 @@
<property name="title" translatable="yes" context="dockingelements|DockingElements">Elements</property> <property name="title" translatable="yes" context="dockingelements|DockingElements">Elements</property>
<property name="type_hint">dock</property> <property name="type_hint">dock</property>
<child> <child>
<object class="GtkGrid" id="grid1"> <placeholder/>
</child>
<child>
<object class="GtkBox" id="box">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="vexpand">True</property> <property name="vexpand">True</property>
<property name="row_spacing">12</property> <property name="orientation">vertical</property>
<property name="spacing">12</property>
<child> <child>
<object class="GtkComboBoxText" id="listbox"> <object class="GtkComboBoxText" id="listbox">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes" context="dockingelements|ElementCategories|tooltip_text">Element categories</property>
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="expand">False</property>
<property name="top_attach">0</property> <property name="fill">True</property>
<property name="width">1</property> <property name="position">0</property>
<property name="height">1</property>
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkBox" id="box"> <placeholder/>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="orientation">vertical</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">1</property>
<property name="width">1</property>
<property name="height">1</property>
</packing>
</child> </child>
</object> </object>
</child> </child>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment