diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-12-30 16:24:51 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-30 16:24:51 +0000 |
commit | f42d83b986fda93ba54222b730eacd5d253fdae7 (patch) | |
tree | e922785d067a3e6360e14b927e709e92ff9babb1 /extras | |
parent | 9f5df4cda93eb470fb79fc4b8014d9a6dde2284b (diff) |
add borders to macro/configuration listboxes
Change-Id: Ia028b19fa0e0eae0bb5e3cbc63bde2fac0785ef2
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/glade/libreoffice-catalog.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in index 082e2167f2f9..0bf7ecade403 100644 --- a/extras/source/glade/libreoffice-catalog.xml.in +++ b/extras/source/glade/libreoffice-catalog.xml.in @@ -439,6 +439,12 @@ <glade-widget-class title="SwIdxTreeListBox" name="swuilo-SwIdxTreeListBox" generic-name="SwIdxTreeListBox" parent="svtlo-SvTreeListBox" icon-name="widget-gtk-treeview"/> + <glade-widget-class title="SvxConfigGroupListBox" name="cuilo-SvxConfigGroupListBox" + generic-name="SvxConfigGroupListBox" parent="svtlo-SvTreeListBox" + icon-name="widget-gtk-treeview"/> + <glade-widget-class title="SvxConfigFunctionListBox`" name="cuilo-SvxConfigFunctionListBox" + generic-name="SvxConfigFunctionListBox" parent="svtlo-SvTreeListBox" + icon-name="widget-gtk-treeview"/> <glade-widget-class title="Tooltip Tree List" name="swuilo-SwFldRefTreeListBox" generic-name="Tooltip Tree List" parent="svtlo-SvTreeListBox" icon-name="widget-gtk-treeview"/> |