dev/null |binary icon-themes/galaxy/sw/res/navigation.png |binary icon-themes/hicontrast/sw/res/navigation.png |binary sw/source/ui/ribbar/workctrl.src | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-)
New commits: commit 21d69b389d37f0d845813ac51ae4e376af72c474 Author: Jan Holesovsky <[email protected]> Date: Wed May 23 13:11:00 2012 +0200 writer: Make the navigation button less cut off. Still not perfect, the ideal would a 7x7 icon; but at least something. Change-Id: I383921436db49c894fd336cb30c5fb9a3d4979a1 diff --git a/icon-themes/galaxy/svx/res/navigationball_10.png b/icon-themes/galaxy/svx/res/navigationball_10.png deleted file mode 100644 index bf55a18..0000000 Binary files a/icon-themes/galaxy/svx/res/navigationball_10.png and /dev/null differ diff --git a/icon-themes/galaxy/sw/res/navigation.png b/icon-themes/galaxy/sw/res/navigation.png new file mode 100644 index 0000000..7c0049e Binary files /dev/null and b/icon-themes/galaxy/sw/res/navigation.png differ diff --git a/icon-themes/galaxy/sw/res/punkt.png b/icon-themes/galaxy/sw/res/punkt.png deleted file mode 100644 index bf55a18..0000000 Binary files a/icon-themes/galaxy/sw/res/punkt.png and /dev/null differ diff --git a/icon-themes/hicontrast/svx/res/navigationball_10.png b/icon-themes/hicontrast/svx/res/navigationball_10.png deleted file mode 100644 index ccb8a53..0000000 Binary files a/icon-themes/hicontrast/svx/res/navigationball_10.png and /dev/null differ diff --git a/icon-themes/hicontrast/sw/res/navigation.png b/icon-themes/hicontrast/sw/res/navigation.png new file mode 100644 index 0000000..576373c Binary files /dev/null and b/icon-themes/hicontrast/sw/res/navigation.png differ diff --git a/icon-themes/hicontrast/sw/res/punkt.png b/icon-themes/hicontrast/sw/res/punkt.png deleted file mode 100644 index ccb8a53..0000000 Binary files a/icon-themes/hicontrast/sw/res/punkt.png and /dev/null differ diff --git a/icon-themes/human/svx/res/navigationball_10.png b/icon-themes/human/svx/res/navigationball_10.png deleted file mode 100644 index c587027..0000000 Binary files a/icon-themes/human/svx/res/navigationball_10.png and /dev/null differ diff --git a/icon-themes/human/sw/res/punkt.png b/icon-themes/human/sw/res/punkt.png deleted file mode 100644 index c587027..0000000 Binary files a/icon-themes/human/sw/res/punkt.png and /dev/null differ diff --git a/icon-themes/oxygen/svx/res/navigationball_10.png b/icon-themes/oxygen/svx/res/navigationball_10.png deleted file mode 100644 index c587027..0000000 Binary files a/icon-themes/oxygen/svx/res/navigationball_10.png and /dev/null differ diff --git a/icon-themes/oxygen/sw/res/punkt.png b/icon-themes/oxygen/sw/res/punkt.png deleted file mode 100644 index c587027..0000000 Binary files a/icon-themes/oxygen/sw/res/punkt.png and /dev/null differ diff --git a/icon-themes/oxygen/sw/res/punkt_h.png b/icon-themes/oxygen/sw/res/punkt_h.png deleted file mode 100644 index 3c64179..0000000 Binary files a/icon-themes/oxygen/sw/res/punkt_h.png and /dev/null differ diff --git a/sw/source/ui/ribbar/workctrl.src b/sw/source/ui/ribbar/workctrl.src index ce01639..6aac347 100644 --- a/sw/source/ui/ribbar/workctrl.src +++ b/sw/source/ui/ribbar/workctrl.src @@ -389,7 +389,7 @@ ImageButton BTN_NAVI SmallStyle = TRUE ; Image IMG_BTN { - ImageBitmap = Bitmap { File = "punkt.bmp" ; }; + ImageBitmap = Bitmap { File = "navigation.png" ; }; MaskColor = IMAGE_MASK_COLOR ; }; String ST_QUICK _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
