diff options
-rw-r--r-- | icon-themes/galaxy/res/otg_96_8.png | bin | 0 -> 8649 bytes | |||
-rw-r--r-- | icon-themes/galaxy/res/otp_96_8.png | bin | 0 -> 8107 bytes | |||
-rw-r--r-- | icon-themes/galaxy/res/ots_96_8.png | bin | 0 -> 7578 bytes | |||
-rw-r--r-- | icon-themes/galaxy/res/ott_96_8.png | bin | 0 -> 7634 bytes | |||
-rw-r--r-- | include/sfx2/templateabstractview.hxx | 4 | ||||
-rw-r--r-- | sfx2/source/appl/sfx.src | 8 |
6 files changed, 6 insertions, 6 deletions
diff --git a/icon-themes/galaxy/res/otg_96_8.png b/icon-themes/galaxy/res/otg_96_8.png Binary files differnew file mode 100644 index 000000000000..4a187066e4e1 --- /dev/null +++ b/icon-themes/galaxy/res/otg_96_8.png diff --git a/icon-themes/galaxy/res/otp_96_8.png b/icon-themes/galaxy/res/otp_96_8.png Binary files differnew file mode 100644 index 000000000000..500358dbb4b1 --- /dev/null +++ b/icon-themes/galaxy/res/otp_96_8.png diff --git a/icon-themes/galaxy/res/ots_96_8.png b/icon-themes/galaxy/res/ots_96_8.png Binary files differnew file mode 100644 index 000000000000..5eaa1bcba31b --- /dev/null +++ b/icon-themes/galaxy/res/ots_96_8.png diff --git a/icon-themes/galaxy/res/ott_96_8.png b/icon-themes/galaxy/res/ott_96_8.png Binary files differnew file mode 100644 index 000000000000..f7acf9faf463 --- /dev/null +++ b/icon-themes/galaxy/res/ott_96_8.png 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 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: */ |