d2bfdd0
From dab2582f05979cd99a5937cb95a387cfed70bb8d Mon Sep 17 00:00:00 2001
d2bfdd0
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
d2bfdd0
Date: Wed, 16 Dec 2015 14:18:11 +0000
d2bfdd0
Subject: [PATCH 3/3] gtk3+wayland: start floating windows hidden
d2bfdd0
d2bfdd0
once they are visible we can't move them under wayland, so
d2bfdd0
start then hidden, move them and then show
d2bfdd0
d2bfdd0
these floating windows are very delicate.
d2bfdd0
d2bfdd0
Change-Id: Ia233c23f25cec453df79ef70cab6210dbdd280a0
d2bfdd0
---
d2bfdd0
 sfx2/uiconfig/ui/floatingrecord.ui  | 1 -
d2bfdd0
 svx/uiconfig/ui/colorwindow.ui      | 1 -
d2bfdd0
 svx/uiconfig/ui/floatingundoredo.ui | 1 -
d2bfdd0
 3 files changed, 3 deletions(-)
d2bfdd0
d2bfdd0
diff --git a/sfx2/uiconfig/ui/floatingrecord.ui b/sfx2/uiconfig/ui/floatingrecord.ui
d2bfdd0
index 653867a..9136b38 100644
d2bfdd0
--- a/sfx2/uiconfig/ui/floatingrecord.ui
d2bfdd0
+++ b/sfx2/uiconfig/ui/floatingrecord.ui
d2bfdd0
@@ -3,7 +3,6 @@
d2bfdd0
 <interface>
d2bfdd0
   <requires lib="gtk+" version="3.0"/>
d2bfdd0
   <object class="GtkWindow" id="FloatingRecord">
d2bfdd0
-    <property name="visible">True</property>
d2bfdd0
     <property name="can_focus">False</property>
d2bfdd0
     <property name="no_show_all">True</property>
d2bfdd0
     <property name="border_width">6</property>
d2bfdd0
diff --git a/svx/uiconfig/ui/colorwindow.ui b/svx/uiconfig/ui/colorwindow.ui
d2bfdd0
index 71cda63..9482562 100644
d2bfdd0
--- a/svx/uiconfig/ui/colorwindow.ui
d2bfdd0
+++ b/svx/uiconfig/ui/colorwindow.ui
d2bfdd0
@@ -17,7 +17,6 @@
d2bfdd0
     <property name="icon_size">1</property>
d2bfdd0
   </object>
d2bfdd0
   <object class="GtkWindow" id="palette_popup_window">
d2bfdd0
-    <property name="visible">True</property>
d2bfdd0
     <property name="can_focus">False</property>
d2bfdd0
     <property name="hexpand">True</property>
d2bfdd0
     <property name="vexpand">True</property>
d2bfdd0
diff --git a/svx/uiconfig/ui/floatingundoredo.ui b/svx/uiconfig/ui/floatingundoredo.ui
d2bfdd0
index 10491f8..66f30a6 100644
d2bfdd0
--- a/svx/uiconfig/ui/floatingundoredo.ui
d2bfdd0
+++ b/svx/uiconfig/ui/floatingundoredo.ui
d2bfdd0
@@ -3,7 +3,6 @@
d2bfdd0
 <interface>
d2bfdd0
   <requires lib="gtk+" version="3.0"/>
d2bfdd0
   <object class="GtkWindow" id="FloatingUndoRedo:border">
d2bfdd0
-    <property name="visible">True</property>
d2bfdd0
     <property name="can_focus">False</property>
d2bfdd0
     <property name="hexpand">True</property>
d2bfdd0
     <property name="vexpand">True</property>
d2bfdd0
-- 
d2bfdd0
2.5.0
d2bfdd0