diff options
author | Ayhan Yalçınsoy <ayhanyalcinsoy@pisilinux.org> | 2020-10-01 10:48:12 +0300 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-10-14 10:32:46 +0200 |
commit | 14e3d8ccf80d931b2e0a7b05aa3d9496b0a7f137 (patch) | |
tree | d6c7712b5d6ba9547041e04b6f1ce4e078c1d0f3 | |
parent | 2b779910288eece35819375fa1b00299b94fa2b1 (diff) |
tdf#128174: Master password dialog misplaced
Change-Id: Ib8834c58e6c3af88de3eb7b450076c79fb5edda5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103745
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
(cherry picked from commit 8a4ed7b0040e10cc75d015f244934d00478df7c6)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104165
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | cui/uiconfig/ui/password.ui | 1 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/password.ui | 1 | ||||
-rw-r--r-- | uui/uiconfig/ui/password.ui | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/password.ui b/cui/uiconfig/ui/password.ui index 5720c2520004..578dabb5e2a5 100644 --- a/cui/uiconfig/ui/password.ui +++ b/cui/uiconfig/ui/password.ui @@ -7,6 +7,7 @@ <property name="border_width">6</property> <property name="title" translatable="yes" context="password|PasswordDialog">Set Password</property> <property name="modal">True</property> + <property name="window_position">center</property> <property name="default_width">0</property> <property name="default_height">0</property> <property name="type_hint">normal</property> diff --git a/sfx2/uiconfig/ui/password.ui b/sfx2/uiconfig/ui/password.ui index aea268220557..02ec6645eb97 100644 --- a/sfx2/uiconfig/ui/password.ui +++ b/sfx2/uiconfig/ui/password.ui @@ -7,6 +7,7 @@ <property name="border_width">6</property> <property name="title" translatable="yes" context="password|PasswordDialog">Enter Password</property> <property name="modal">True</property> + <property name="window_position">center</property> <property name="default_width">0</property> <property name="default_height">0</property> <property name="type_hint">dialog</property> diff --git a/uui/uiconfig/ui/password.ui b/uui/uiconfig/ui/password.ui index ea574d0693c2..cdd99664f8d5 100644 --- a/uui/uiconfig/ui/password.ui +++ b/uui/uiconfig/ui/password.ui @@ -7,6 +7,7 @@ <property name="border_width">6</property> <property name="title" translatable="yes" context="password|PasswordDialog">Set Password</property> <property name="modal">True</property> + <property name="window_position">center</property> <property name="default_width">0</property> <property name="default_height">0</property> <property name="type_hint">dialog</property> |