summaryrefslogtreecommitdiff
path: root/include/sfx2/templateabstractview.hxx
diff options
context:
space:
mode:
authorStefan Knorr <heinzlesspam@gmail.com>2013-06-17 17:41:27 +0200
committerBosdonnat Cedric <cedric.bosdonnat@free.fr>2013-06-27 15:27:44 +0000
commit5504e8d78173af2b4a9fbcbcd59df5add839db3b (patch)
treef7ab6bcdf9020cdac5cf4402aaa434fda177522f /include/sfx2/templateabstractview.hxx
parent64f19368ccb2ab9658a0827efd4c0619a4343939 (diff)
Use larger (96*96) icons for templates
Change-Id: I0a7b88de53d47a935d6290c52ba8749d08187643 Reviewed-on: https://gerrit.libreoffice.org/4458 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Diffstat (limited to 'include/sfx2/templateabstractview.hxx')
-rw-r--r--include/sfx2/templateabstractview.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/templateabstractview.hxx b/include/sfx2/templateabstractview.hxx
index 5f1eca6a80fa..d101aff5f065 100644
--- a/include/sfx2/templateabstractview.hxx
+++ b/include/sfx2/templateabstractview.hxx
@@ -17,10 +17,10 @@
//template thumbnail item defines
#define TEMPLATE_ITEM_MAX_WIDTH 160
-#define TEMPLATE_ITEM_MAX_HEIGHT 140
+#define TEMPLATE_ITEM_MAX_HEIGHT 148
#define TEMPLATE_ITEM_PADDING 5
#define TEMPLATE_ITEM_MAX_TEXT_LENGTH 20
-#define TEMPLATE_ITEM_THUMBNAIL_MAX_HEIGHT 88
+#define TEMPLATE_ITEM_THUMBNAIL_MAX_HEIGHT 96
//template thumbnail height with a subtitle
#define TEMPLATE_ITEM_MAX_HEIGHT_SUB 160