[Libreoffice-commits] core.git: icon-themes/galaxy include/sfx2 sfx2/source

Stefan Knorr heinzlesspam at gmail.com
Thu Jun 27 08:28:04 PDT 2013


 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 <heinzlesspam at 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.bosdonnat at free.fr>
    Tested-by: Bosdonnat Cedric <cedric.bosdonnat at 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: */


More information about the Libreoffice-commits mailing list