summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2020-08-01 23:01:52 +0800
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2020-08-03 21:31:26 +0200
commit3258603e8850900e04cecffb1113b833c4c76fd9 (patch)
tree85614f52613d1bbcc929b2f83a4fbc71cbc0d6a4 /cui
parentf39f37326ac787e88a0782915afac91cf418a539 (diff)
correctly mark the "New menu" dialog as modal
The dialog is called from a modal dialog which means a modeless dialog does not make sense. Some of our internal dialog tracking code is confused by that case which confused the UI tests. Change-Id: I705877e8a751c55bfbd00ddeaf18ab86c95321c3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99944 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/uiconfig/ui/movemenu.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/movemenu.ui b/cui/uiconfig/ui/movemenu.ui
index 7bb5be63309c..18a0712e67c1 100644
--- a/cui/uiconfig/ui/movemenu.ui
+++ b/cui/uiconfig/ui/movemenu.ui
@@ -25,6 +25,7 @@
<property name="border_width">6</property>
<property name="title" translatable="yes" context="movemenu|MoveMenuDialog">New Menu</property>
<property name="type_hint">dialog</property>
+ <property name="modal">True</property>
<child>
<placeholder/>
</child>