diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-17 12:34:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-17 11:42:12 +0000 |
commit | eae6c400109c91237ea5e7890f8d950ee0e52cbb (patch) | |
tree | ae2eb34195a96b37a5b99dc229da51e5bf195c1f /extras | |
parent | 4af723397ec041f006ffce57f6347e669076e167 (diff) |
add a min-width-chars property to SvTreeListBox
Change-Id: If6213ab630222d0d9483beea602ea9d54be2396c
Reviewed-on: https://gerrit.libreoffice.org/5971
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/glade/libreoffice-catalog.xml.in | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in index b291c1333b68..8f9b780a4048 100644 --- a/extras/source/glade/libreoffice-catalog.xml.in +++ b/extras/source/glade/libreoffice-catalog.xml.in @@ -388,7 +388,18 @@ icon-name="widget-gtk-treeview"/> <glade-widget-class title="Tree List" name="svtlo-SvTreeListBox" generic-name="Tree List" parent="GtkTreeView" - icon-name="widget-gtk-treeview"/> + icon-name="widget-gtk-treeview"> + <properties> + <property save="True" query="False" id="min-width-chars" default="-1" name="Minimum Width in Characters"> + <parameter-spec> + <type>GParamInt</type> + <min>-1</min> + </parameter-spec> + <tooltip>The desired minimum width of the SvTreeListBox, in characters</tooltip> + </property> + </properties> + </glade-widget-class> + <glade-widget-class title="DD ListBox" name="swuilo-DDListBox" generic-name="DD ListBox" parent="svtlo-SvTreeListBox" icon-name="widget-gtk-treeview"/> |