diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2014-10-27 13:57:38 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2014-10-27 14:28:13 +0200 |
commit | 3c3257e499ff48e89b58ce722364ca96738970b1 (patch) | |
tree | cf1f491b8840fd132714a0fc3083841d37b16523 /svx/uiconfig | |
parent | 2dfa6b15ec315c587784070963c397bf5b75e2b0 (diff) |
fdo#84844 Sidebar: Use SvxColorToolBoxControl for fill color
Change-Id: I0aa9dbef960391334097b68c980064724435db38
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/sidebararea.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/uiconfig/ui/sidebararea.ui b/svx/uiconfig/ui/sidebararea.ui index 725980cc55c2..cbea7cb64cc5 100644 --- a/svx/uiconfig/ui/sidebararea.ui +++ b/svx/uiconfig/ui/sidebararea.ui @@ -63,7 +63,7 @@ <property name="can_focus">False</property> <property name="hexpand">True</property> <child> - <object class="GtkToolbar" id="selectcolor"> + <object class="sfxlo-SidebarToolBox" id="selectcolor"> <property name="visible">True</property> <property name="can_focus">False</property> <child> @@ -74,7 +74,7 @@ <property name="has_tooltip">True</property> <property name="tooltip_markup" translatable="yes">Select the color to apply.</property> <property name="tooltip_text" translatable="yes">Select the color to apply.</property> - <property name="action_name">.uno:sidebarcolor</property> + <property name="action_name">.uno:FillColor</property> <property name="use_underline">True</property> </object> <packing> @@ -91,7 +91,7 @@ </child> <child> <object class="svxlo-SvxFillAttrBox" id="fillattr"> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can_focus">False</property> <property name="has_tooltip">True</property> <property name="tooltip_markup" translatable="yes">Select the effect to apply.</property> |