diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2022-07-09 00:43:13 +0200 |
---|---|---|
committer | Rafael Lima <rafael.palma.lima@gmail.com> | 2022-08-18 13:47:14 +0200 |
commit | 410bff99a708371eed6a82677b44e2151a4a990a (patch) | |
tree | cbc9f4e3ad760340a3a5f1e01e0e61830b3f808a /sfx2/uiconfig/ui/templatedlg.ui | |
parent | 010e2a574c7fadfb60d6794a1bfb38acc8082e0a (diff) |
tdf#149768 Do not fix Templates dialog width and height in pixels
This patch removes the fixed size of the Templates dialog in pixels so it works better in HiDPI displays.
This patch also makes the dialog a bit wider and non-resizable.
Change-Id: I256d8d5c8b76c8e32a4f008f3a235f80bf59634d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136922
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sfx2/uiconfig/ui/templatedlg.ui')
-rw-r--r-- | sfx2/uiconfig/ui/templatedlg.ui | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/uiconfig/ui/templatedlg.ui b/sfx2/uiconfig/ui/templatedlg.ui index 013eacb2a467..7f7fe31d6371 100644 --- a/sfx2/uiconfig/ui/templatedlg.ui +++ b/sfx2/uiconfig/ui/templatedlg.ui @@ -39,11 +39,10 @@ </columns> </object> <object class="GtkDialog" id="TemplateDialog"> - <property name="width-request">740</property> - <property name="height-request">500</property> <property name="can-focus">False</property> <property name="border-width">6</property> <property name="title" translatable="yes" context="templatedlg|TemplateDialog">Templates</property> + <property name="resizable">False</property> <property name="modal">True</property> <property name="default-width">0</property> <property name="default-height">0</property> |