diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-28 13:37:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-11-04 17:14:26 +0000 |
commit | 43bc3031483d172eccd72c3804e2d4fc2ef37de4 (patch) | |
tree | 991d98e8e61fae47ada28ba7a0b02e1d6c8e443f /extras | |
parent | 44523738f094ff3987e85ea0c47b8c636bbe5786 (diff) |
unify color selectors
Note: this removes the use of auto-color from writer's asian text grid, because
its always invisible as far as I can see in practice.
Change-Id: Ie850790d740a4d56c43015e493e093678cef3b4e
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/glade/libreoffice-catalog.xml.in | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in index b19f135e738d..84a0558def61 100644 --- a/extras/source/glade/libreoffice-catalog.xml.in +++ b/extras/source/glade/libreoffice-catalog.xml.in @@ -94,29 +94,11 @@ </properties> </glade-widget-class> - <glade-widget-class title="Svt Color ListBox" name="svtlo-ColorListBox" - generic-name="Svt Color ListBox" parent="GtkComboBox" + <glade-widget-class title="Color ListBox" name="svxlo-ColorListBox" + generic-name="Color ListBox" parent="GtkComboBox" icon-name="widget-gtk-combobox"> - <properties> - <property save="True" query="False" id="dropdown" default="True" name="Use DropDown"> - <parameter-spec> - <type>GParamBoolean</type> - </parameter-spec> - </property> - </properties> </glade-widget-class> - <glade-widget-class title="Svx Color ListBox" name="svxlo-ColorLB" - generic-name="Svx Color ListBox" parent="GtkComboBox" - icon-name="widget-gtk-combobox"> - <properties> - <property save="True" query="False" id="dropdown" default="True" name="Use DropDown"> - <parameter-spec> - <type>GParamBoolean</type> - </parameter-spec> - </property> - </properties> - </glade-widget-class> <glade-widget-class title="Gradient ListBox" name="svxlo-GradientLB" generic-name="GradientListBox" parent="GtkComboBox" icon-name="widget-gtk-combobox"> |