diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2021-03-30 11:26:59 +0200 |
---|---|---|
committer | Rizal Muttaqin <rizmut@libreoffice.org> | 2021-03-30 16:43:31 +0200 |
commit | d5533669000078bef46f353c99f4fda2c8476a39 (patch) | |
tree | 86f1a2c00507eff278109d15ff9b56f380e6640d /cui/source/dialogs | |
parent | 1a1d2ad0e2dff2c948e09e1488cbd8f8ea651bec (diff) |
tdf#140839 - TotD image size
Previous size of 100x120 has shown to be too small for
thumbnails so we agreed on 150x150
Change-Id: Ia43bc424a164024e8a4ecf851cad3fab4f342e67
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113343
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
Diffstat (limited to 'cui/source/dialogs')
-rw-r--r-- | cui/source/dialogs/tipofthedaydlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/tipofthedaydlg.cxx b/cui/source/dialogs/tipofthedaydlg.cxx index 478780578b56..9d43fd21f4ba 100644 --- a/cui/source/dialogs/tipofthedaydlg.cxx +++ b/cui/source/dialogs/tipofthedaydlg.cxx @@ -43,7 +43,7 @@ #include <com/sun/star/beans/PropertyValue.hpp> //size of preview -const Size ThumbSize(100, 120); +const Size ThumbSize(150, 150); TipOfTheDayDialog::TipOfTheDayDialog(weld::Window* pParent) : GenericDialogController(pParent, "cui/ui/tipofthedaydialog.ui", "TipOfTheDayDialog") |