diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-12-16 14:18:11 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-12-17 09:13:10 +0000 |
commit | dab2582f05979cd99a5937cb95a387cfed70bb8d (patch) | |
tree | a8496dbdb664df145e46f7b86f2e98775f9e9615 /svx/uiconfig/ui | |
parent | 016730421e5e58415170b464bf9d9ca47d6c3b4e (diff) |
gtk3+wayland: start floating windows hidden
once they are visible we can't move them under wayland, so
start then hidden, move them and then show
these floating windows are very delicate.
Change-Id: Ia233c23f25cec453df79ef70cab6210dbdd280a0
Diffstat (limited to 'svx/uiconfig/ui')
-rw-r--r-- | svx/uiconfig/ui/colorwindow.ui | 1 | ||||
-rw-r--r-- | svx/uiconfig/ui/floatingundoredo.ui | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/svx/uiconfig/ui/colorwindow.ui b/svx/uiconfig/ui/colorwindow.ui index 71cda6313be2..9482562f83a6 100644 --- a/svx/uiconfig/ui/colorwindow.ui +++ b/svx/uiconfig/ui/colorwindow.ui @@ -17,7 +17,6 @@ <property name="icon_size">1</property> </object> <object class="GtkWindow" id="palette_popup_window"> - <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> diff --git a/svx/uiconfig/ui/floatingundoredo.ui b/svx/uiconfig/ui/floatingundoredo.ui index 10491f8086e2..66f30a614dcb 100644 --- a/svx/uiconfig/ui/floatingundoredo.ui +++ b/svx/uiconfig/ui/floatingundoredo.ui @@ -3,7 +3,6 @@ <interface> <requires lib="gtk+" version="3.0"/> <object class="GtkWindow" id="FloatingUndoRedo:border"> - <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> |