diff options
author | Ayhan Yalçınsoy <ayhanyalcinsoy@pisilinux.org> | 2020-10-01 10:48:12 +0300 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-10-01 11:26:37 +0200 |
commit | 8a4ed7b0040e10cc75d015f244934d00478df7c6 (patch) | |
tree | d834447112b217091ba2b4a059e79c5cb1ef81b8 /uui/uiconfig | |
parent | d12d236bac476ba39ee41b7d5bc7b849b4fd52c6 (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>
Diffstat (limited to 'uui/uiconfig')
-rw-r--r-- | uui/uiconfig/ui/password.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uui/uiconfig/ui/password.ui b/uui/uiconfig/ui/password.ui index 9bc65e37ba51..a98730b69369 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> |