From 5504e8d78173af2b4a9fbcbcd59df5add839db3b Mon Sep 17 00:00:00 2001 From: Stefan Knorr Date: Mon, 17 Jun 2013 17:41:27 +0200 Subject: Use larger (96*96) icons for templates Change-Id: I0a7b88de53d47a935d6290c52ba8749d08187643 Reviewed-on: https://gerrit.libreoffice.org/4458 Reviewed-by: Bosdonnat Cedric Tested-by: Bosdonnat Cedric --- sfx2/source/appl/sfx.src | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/appl/sfx.src b/sfx2/source/appl/sfx.src index dce02d709166..3120fb55b397 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: */ -- cgit