region: Stop layout add dialogue from "jumping"
By making sure it's not shown before its parent is set.
This commit is contained in:
parent
4081d83ca7
commit
ef11349667
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
<property name="child_model">layout_list_model</property>
|
||||
</object>
|
||||
<object class="GtkDialog" id="xkb_layout_chooser">
|
||||
<property name="visible">True</property>
|
||||
<property name="visible">False</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="border_width">5</property>
|
||||
<property name="title" translatable="yes">Choose a Layout</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue