diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-10-14 11:39:19 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-10-17 06:46:23 +0000 |
commit | 1896a09cd831904099df5202bb4d22ec0ddbcb0c (patch) | |
tree | f3789862b3f2904bcb0c9c1f9ec22507ee936f39 /svx/uiconfig | |
parent | 416c552066e3a7a27430753967b3b9fe8104063f (diff) |
tdf#100180: Band-aid fix for non-editable chart sidebar
no way should sfx2 sidebar controller be used in a base class, it
just wreaks havoc in chart which inherits from this class, but
uses its own controller.
Since those NotifyResize calls were introduced to prevent cropped
widgets on switching between different shape fills, try to make up
for that with other means in .ui file
Change-Id: I5a40e4d413b583b1de1e3f751493d65d41ff8465
Reviewed-on: https://gerrit.libreoffice.org/29813
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/sidebararea.ui | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/uiconfig/ui/sidebararea.ui b/svx/uiconfig/ui/sidebararea.ui index 1e839ab71a0c..e85fe45dfa20 100644 --- a/svx/uiconfig/ui/sidebararea.ui +++ b/svx/uiconfig/ui/sidebararea.ui @@ -101,7 +101,6 @@ </child> <child> <object class="svxlo-ColorLB" id="fillgrad1"> - <property name="visible">True</property> <property name="can_focus">False</property> <property name="has_tooltip">True</property> <property name="tooltip_text" translatable="yes">Fill gradient from.</property> @@ -146,7 +145,6 @@ </child> <child> <object class="svxlo-ColorLB" id="fillgrad2"> - <property name="visible">True</property> <property name="can_focus">False</property> <property name="has_tooltip">True</property> <property name="tooltip_text" translatable="yes">Fill gradient to.</property> |