icon-themes/galaxy/res/otg_96_8.png |binary icon-themes/galaxy/res/otp_96_8.png |binary icon-themes/galaxy/res/ots_96_8.png |binary icon-themes/galaxy/res/ott_96_8.png |binary include/sfx2/templateabstractview.hxx | 4 ++-- sfx2/source/appl/sfx.src | 8 ++++---- 6 files changed, 6 insertions(+), 6 deletions(-)
New commits: commit 5504e8d78173af2b4a9fbcbcd59df5add839db3b Author: Stefan Knorr <heinzless...@gmail.com> Date: Mon Jun 17 17:41:27 2013 +0200 Use larger (96*96) icons for templates Change-Id: I0a7b88de53d47a935d6290c52ba8749d08187643 Reviewed-on: https://gerrit.libreoffice.org/4458 Reviewed-by: Bosdonnat Cedric <cedric.bosdon...@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdon...@free.fr> diff --git a/icon-themes/galaxy/res/otg_96_8.png b/icon-themes/galaxy/res/otg_96_8.png new file mode 100644 index 0000000..4a18706 Binary files /dev/null and b/icon-themes/galaxy/res/otg_96_8.png differ diff --git a/icon-themes/galaxy/res/otp_96_8.png b/icon-themes/galaxy/res/otp_96_8.png new file mode 100644 index 0000000..500358d Binary files /dev/null and b/icon-themes/galaxy/res/otp_96_8.png differ diff --git a/icon-themes/galaxy/res/ots_96_8.png b/icon-themes/galaxy/res/ots_96_8.png new file mode 100644 index 0000000..5eaa1bc Binary files /dev/null and b/icon-themes/galaxy/res/ots_96_8.png differ diff --git a/icon-themes/galaxy/res/ott_96_8.png b/icon-themes/galaxy/res/ott_96_8.png new file mode 100644 index 0000000..f7acf9f Binary files /dev/null and b/icon-themes/galaxy/res/ott_96_8.png differ diff --git a/include/sfx2/templateabstractview.hxx b/include/sfx2/templateabstractview.hxx index 5f1eca6..d101aff 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 diff --git a/sfx2/source/appl/sfx.src b/sfx2/source/appl/sfx.src index dce02d7..3120fb5 100644 --- a/sfx2/source/appl/sfx.src +++ b/sfx2/source/appl/sfx.src @@ -41,22 +41,22 @@ String STR_PASSWD Bitmap ( SFX_THUMBNAIL_TEXT ) { - File = "ott_48_8.png"; + File = "ott_96_8.png"; }; Bitmap ( SFX_THUMBNAIL_SHEET ) { - File = "ots_48_8.png"; + File = "ots_96_8.png"; }; Bitmap ( SFX_THUMBNAIL_PRESENTATION ) { - File = "otp_48_8.png"; + File = "otp_96_8.png"; }; Bitmap ( SFX_THUMBNAIL_DRAWING ) { - File = "otg_48_8.png"; + File = "otg_96_8.png"; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits