diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-12-17 16:33:41 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-12-17 21:16:30 +0000 |
commit | 0e87fb829250cc16c9118c0bb9cd6b11f6da7848 (patch) | |
tree | 1f61ef00e1a2a441e661187ec5bdb1e2f31bf28f /svx/uiconfig | |
parent | 0ac22118721b426b2fc441a1c37572cda972be08 (diff) |
these popups should start invisible and take default popup menu bits
so they can position correctly under wayland
Change-Id: Idf65c0ef27be5aa6027a516207fd34c2e03407ca
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/floatingundoredo.ui | 1 | ||||
-rw-r--r-- | svx/uiconfig/ui/paralinespacingcontrol.ui | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/svx/uiconfig/ui/floatingundoredo.ui b/svx/uiconfig/ui/floatingundoredo.ui index 66f30a614dcb..2c48f82e9d29 100644 --- a/svx/uiconfig/ui/floatingundoredo.ui +++ b/svx/uiconfig/ui/floatingundoredo.ui @@ -11,7 +11,6 @@ <property name="destroy_with_parent">True</property> <property name="type_hint">popup-menu</property> <property name="skip_pager_hint">True</property> - <property name="decorated">False</property> <property name="deletable">False</property> <child> <object class="GtkBox" id="box"> diff --git a/svx/uiconfig/ui/paralinespacingcontrol.ui b/svx/uiconfig/ui/paralinespacingcontrol.ui index 5d7402be9639..67ca9c1d1fce 100644 --- a/svx/uiconfig/ui/paralinespacingcontrol.ui +++ b/svx/uiconfig/ui/paralinespacingcontrol.ui @@ -45,7 +45,6 @@ <property name="icon-size">1</property> </object> <object class="GtkWindow" id="ParaLineSpacingControl"> - <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> @@ -54,7 +53,6 @@ <property name="destroy_with_parent">True</property> <property name="type_hint">popup-menu</property> <property name="skip_pager_hint">True</property> - <property name="decorated">False</property> <property name="deletable">False</property> <child> <object class="GtkGrid" id="grid2"> |