make the themeeditdialog and themedialog ui modal
doesn't affect that they are run async Change-Id: I7336e64258f5042ee80acb7295b1ed7370be54b8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154992 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
This commit is contained in:
parent
01f4c0a25e
commit
5f00f2365c
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
<property name="vexpand">True</property>
|
||||
<property name="border-width">6</property>
|
||||
<property name="title" translatable="yes" context="themedialog|Title">Theme Color Edit</property>
|
||||
<property name="modal">True</property>
|
||||
<property name="type-hint">dialog</property>
|
||||
<child internal-child="vbox">
|
||||
<object class="GtkBox" id="dialogBox1">
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<property name="vexpand">True</property>
|
||||
<property name="border-width">6</property>
|
||||
<property name="title" translatable="yes" context="themedialog|Title">Theme</property>
|
||||
<property name="modal">True</property>
|
||||
<property name="type-hint">dialog</property>
|
||||
<child internal-child="vbox">
|
||||
<object class="GtkBox" id="dialogBox1">
|
||||
|
|
Loading…
Reference in a new issue