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 /sfx2/uiconfig | |
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 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/floatingrecord.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/floatingrecord.ui b/sfx2/uiconfig/ui/floatingrecord.ui index 653867a2dfe1..9136b38215e6 100644 --- a/sfx2/uiconfig/ui/floatingrecord.ui +++ b/sfx2/uiconfig/ui/floatingrecord.ui @@ -3,7 +3,6 @@ <interface> <requires lib="gtk+" version="3.0"/> <object class="GtkWindow" id="FloatingRecord"> - <property name="visible">True</property> <property name="can_focus">False</property> <property name="no_show_all">True</property> <property name="border_width">6</property> |