[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 3 commits - default_images/svx ooo_custom_images/classic svx/source
Matthias Seidel (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jul 29 22:08:33 UTC 2019
default_images/svx/res/slidecontrol.png |binary
default_images/svx/res/slidecontrol_h.png |binary
dev/null |binary
ooo_custom_images/classic/classic_images.tar.gz |binary
svx/source/stbctrls/stbctrls.src | 4 ++--
5 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 7baff79ad8de015106bfff82a080f737840c21be
Author: Matthias Seidel <mseidel at apache.org>
AuthorDate: Mon Jul 29 21:48:42 2019 +0000
Commit: Matthias Seidel <mseidel at apache.org>
CommitDate: Mon Jul 29 21:48:42 2019 +0000
Added "old" graphics for slidecontrol to classic icon set
diff --git a/ooo_custom_images/classic/classic_images.tar.gz b/ooo_custom_images/classic/classic_images.tar.gz
index f83fa028b17d..fd5f119cbea2 100644
Binary files a/ooo_custom_images/classic/classic_images.tar.gz and b/ooo_custom_images/classic/classic_images.tar.gz differ
commit 3972b657b892c942c2b3caec0c060c7ad434b9c6
Author: Matthias Seidel <mseidel at apache.org>
AuthorDate: Mon Jul 29 21:42:53 2019 +0000
Commit: Matthias Seidel <mseidel at apache.org>
CommitDate: Mon Jul 29 21:42:53 2019 +0000
Renamed graphics for zoom slider
diff --git a/default_images/svx/res/navigationball_10.png b/default_images/svx/res/slidecontrol.png
similarity index 100%
rename from default_images/svx/res/navigationball_10.png
rename to default_images/svx/res/slidecontrol.png
diff --git a/default_images/svx/res/navigationball_10_h.png b/default_images/svx/res/slidecontrol_h.png
similarity index 100%
rename from default_images/svx/res/navigationball_10_h.png
rename to default_images/svx/res/slidecontrol_h.png
diff --git a/svx/source/stbctrls/stbctrls.src b/svx/source/stbctrls/stbctrls.src
index 31409c145dd8..030b6b8b7662 100644
--- a/svx/source/stbctrls/stbctrls.src
+++ b/svx/source/stbctrls/stbctrls.src
@@ -266,7 +266,7 @@ Image RID_SVXBMP_SLIDERBUTTON
{
ImageBitmap = Bitmap
{
- File = "navigationball_10.png" ;
+ File = "slidecontrol.png" ;
};
};
Image RID_SVXBMP_SLIDERDECREASE
@@ -287,7 +287,7 @@ Image RID_SVXBMP_SLIDERBUTTON_HC
{
ImageBitmap = Bitmap
{
- File = "navigationball_10_h.png" ;
+ File = "slidecontrol_h.png" ;
};
};
Image RID_SVXBMP_SLIDERDECREASE_HC
commit 0969f013fb2c0136f9a6cd57a615ecbba66382c6
Author: Matthias Seidel <mseidel at apache.org>
AuthorDate: Mon Jul 29 21:15:34 2019 +0000
Commit: Matthias Seidel <mseidel at apache.org>
CommitDate: Mon Jul 29 21:15:34 2019 +0000
Flattened graphics for zoom slider
diff --git a/default_images/svx/res/navigationball_10.png b/default_images/svx/res/navigationball_10.png
index c5870270382d..33f65b7da09c 100644
Binary files a/default_images/svx/res/navigationball_10.png and b/default_images/svx/res/navigationball_10.png differ
diff --git a/default_images/svx/res/navigationball_10_h.png b/default_images/svx/res/navigationball_10_h.png
index 9902f58db1e3..7786c2d8a818 100644
Binary files a/default_images/svx/res/navigationball_10_h.png and b/default_images/svx/res/navigationball_10_h.png differ
More information about the Libreoffice-commits
mailing list