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 /sd/uiconfig/simpress | |
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 'sd/uiconfig/simpress')
-rw-r--r-- | sd/uiconfig/simpress/ui/customanimationeffecttab.ui | 2 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/sidebarslidebackground.ui | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sd/uiconfig/simpress/ui/customanimationeffecttab.ui b/sd/uiconfig/simpress/ui/customanimationeffecttab.ui index fffceb744ec9..758845856e8c 100644 --- a/sd/uiconfig/simpress/ui/customanimationeffecttab.ui +++ b/sd/uiconfig/simpress/ui/customanimationeffecttab.ui @@ -254,7 +254,7 @@ </packing> </child> <child> - <object class="svtlo-ColorListBox" id="dim_color_list"> + <object class="svxlo-SvxColorListBox" id="dim_color_list"> <property name="visible">True</property> <property name="can_focus">False</property> </object> diff --git a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui index 9b5d24a435e3..0ab82e1086de 100644 --- a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui +++ b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui @@ -67,7 +67,7 @@ </packing> </child> <child> - <object class="svxlo-ColorLB" id="fillattr"> + <object class="svxlo-SvxColorListBox" id="fillattr"> <property name="width_request">150</property> <property name="can_focus">False</property> <property name="has_tooltip">True</property> @@ -140,7 +140,7 @@ </packing> </child> <child> - <object class="svxlo-ColorLB" id="fillattr2"> + <object class="svxlo-SvxColorListBox" id="fillattr2"> <property name="width_request">150</property> <property name="visible">True</property> <property name="can_focus">False</property> |