Kaydet (Commit) dab2582f authored tarafından Caolán McNamara's avatar Caolán McNamara

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
üst 01673042
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment