[latexila] Icon size available in 192x192
- From: SÃbastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] Icon size available in 192x192
- Date: Fri, 6 Jul 2012 02:23:42 +0000 (UTC)
commit fc3f1a90b026e1e1a47d1096309bbf8ede0b1cdd
Author: SÃbastien Wilmet <swilmet src gnome org>
Date: Fri Jul 6 04:20:27 2012 +0200
Icon size available in 192x192
It would have been better to have a 256x256 size, and also a scalable
(SVG) one, but the original icon is in PNG with a size of 165x195. So
192x192 is the nearest (and other applications ship a 192x192 icon size
as well).
Fixes bug #679174:
https://bugzilla.gnome.org/show_bug.cgi?id=679174
data/images/app/CMakeLists.txt | 1 +
data/images/app/icon192.png | Bin 0 -> 13620 bytes
2 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/images/app/CMakeLists.txt b/data/images/app/CMakeLists.txt
index cb45ae9..f857f10 100644
--- a/data/images/app/CMakeLists.txt
+++ b/data/images/app/CMakeLists.txt
@@ -4,3 +4,4 @@ install (FILES icon22.png DESTINATION ${ICONS_DIR}/22x22/apps RENAME latexila.pn
install (FILES icon24.png DESTINATION ${ICONS_DIR}/24x24/apps RENAME latexila.png)
install (FILES icon32.png DESTINATION ${ICONS_DIR}/32x32/apps RENAME latexila.png)
install (FILES icon48.png DESTINATION ${ICONS_DIR}/48x48/apps RENAME latexila.png)
+install (FILES icon192.png DESTINATION ${ICONS_DIR}/192x192/apps RENAME latexila.png)
diff --git a/data/images/app/icon192.png b/data/images/app/icon192.png
new file mode 100644
index 0000000..559f301
Binary files /dev/null and b/data/images/app/icon192.png differ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]