summaryrefslogtreecommitdiff
path: root/sd/uiconfig/simpress/ui/customanimationspanel.ui
diff options
context:
space:
mode:
authorKatarina Behrens <bubli@bubli.org>2013-07-31 20:54:00 +0200
committerKatarina Behrens <bubli@bubli.org>2013-07-31 21:02:27 +0200
commit83ff6c0f4101fe4f25c2b4a58c70b40de8cc2ff2 (patch)
tree71846cad355a9ac0db043f8550c9f0b2a3dbcde4 /sd/uiconfig/simpress/ui/customanimationspanel.ui
parenta90c2e73ea4788ee58e9dab2b0f44467306d67dd (diff)
sidebar: fix widget positioning when replacing controls
by introducing placeholder VclHBox Sadly, I've been unable to do away w/ the original ugly code that draws replacement widget over the original one :( (SetPosPixel, SetZOrder etc.) It is still being done, but now in correct position on screen. Change-Id: I51bd1f411621081b42da25b52f1a4d6b56c1e7f6
Diffstat (limited to 'sd/uiconfig/simpress/ui/customanimationspanel.ui')
-rw-r--r--sd/uiconfig/simpress/ui/customanimationspanel.ui13
1 files changed, 10 insertions, 3 deletions
diff --git a/sd/uiconfig/simpress/ui/customanimationspanel.ui b/sd/uiconfig/simpress/ui/customanimationspanel.ui
index 81f6b5e76a83..eb887ef29c8b 100644
--- a/sd/uiconfig/simpress/ui/customanimationspanel.ui
+++ b/sd/uiconfig/simpress/ui/customanimationspanel.ui
@@ -171,11 +171,18 @@
</packing>
</child>
<child>
- <object class="sdlo-PropertyControl" id="effect_property_list">
+ <object class="GtkBox" id="placeholder">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="hexpand">True</property>
- <property name="vexpand">True</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="sdlo-PropertyControl" id="effect_property_list">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>