diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-09-07 12:49:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-09-07 15:55:49 +0200 |
commit | fa877608bb65dc4d115455be5ce72f009ce0334b (patch) | |
tree | 82b6519eca0b39b55ffb2bf503076d360d65f691 | |
parent | 28f40b79639c37da8af810d9d327b1af5baf8447 (diff) |
we don't use urgency-hint or want any gravity hints
Change-Id: I86255f9ba018aab7db654d91bf49043fcd4cb057
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139590
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | vcl/uiconfig/ui/openlockedquerybox.ui | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/uiconfig/ui/openlockedquerybox.ui b/vcl/uiconfig/ui/openlockedquerybox.ui index 6405faab53e3..b62d56345fbb 100644 --- a/vcl/uiconfig/ui/openlockedquerybox.ui +++ b/vcl/uiconfig/ui/openlockedquerybox.ui @@ -10,8 +10,6 @@ <property name="modal">True</property> <property name="destroy-with-parent">True</property> <property name="type-hint">dialog</property> - <property name="urgency-hint">True</property> - <property name="gravity">north</property> <child type="titlebar"> <placeholder/> </child> |