diff options
author | Stefan Knorr <heinzlesspam@gmail.com> | 2013-06-17 17:41:27 +0200 |
---|---|---|
committer | Bosdonnat Cedric <cedric.bosdonnat@free.fr> | 2013-06-27 15:27:44 +0000 |
commit | 5504e8d78173af2b4a9fbcbcd59df5add839db3b (patch) | |
tree | f7ab6bcdf9020cdac5cf4402aaa434fda177522f /sfx2 | |
parent | 64f19368ccb2ab9658a0827efd4c0619a4343939 (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 'sfx2')
-rw-r--r-- | sfx2/source/appl/sfx.src | 8 |
1 files changed, 4 insertions, 4 deletions
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: */ |