From 1ef149652a358609984686c7b157c2d10cde1a28 Mon Sep 17 00:00:00 2001 From: Sergey Starosek Date: Tue, 14 Feb 2017 13:42:56 +0300 Subject: Add/update preference screen icons Defaults and language icons were missing, and graph/profile icon was not readable. All icons except "language.png" were taken from Google's Material Design Icon pack which is distributed under Apache 2.0 license (see https://github.com/google/material-design-icons) Language icon is from http://languageicon.org site. If their license isn't permissive enough, then we can switch to a language icon from Material Design pack (globe). Signed-off-by: Sergey Starosek --- icons/defaults.png | Bin 0 -> 2677 bytes icons/georeference.png | Bin 2689 -> 2162 bytes icons/graph.png | Bin 4569 -> 1800 bytes icons/language.png | Bin 0 -> 4772 bytes subsurface.qrc | 2 ++ 5 files changed, 2 insertions(+) create mode 100644 icons/defaults.png create mode 100644 icons/language.png diff --git a/icons/defaults.png b/icons/defaults.png new file mode 100644 index 000000000..ffbbe977a Binary files /dev/null and b/icons/defaults.png differ diff --git a/icons/georeference.png b/icons/georeference.png index 5ea9ef47b..d72560ff3 100644 Binary files a/icons/georeference.png and b/icons/georeference.png differ diff --git a/icons/graph.png b/icons/graph.png index ca1adffa0..0723321d8 100644 Binary files a/icons/graph.png and b/icons/graph.png differ diff --git a/icons/language.png b/icons/language.png new file mode 100644 index 000000000..aec3433bf Binary files /dev/null and b/icons/language.png differ diff --git a/subsurface.qrc b/subsurface.qrc index 1a48bfc79..4cb5e3713 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -80,5 +80,7 @@ icons/duringPhoto.png icons/outsidePhoto.png icons/inAndOutPhoto.png + icons/language.png + icons/defaults.png -- cgit v1.2.3-70-g09d2