summaryrefslogtreecommitdiffstats
path: root/control-center
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-05-28 19:54:10 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-05-28 20:02:39 +0200
commit0228ab606b3ecefcca3ec52def58d09b55a0d6ed (patch)
treefc266df4382a7d317cde67dcb52bfd3131878953 /control-center
parentd1b7b50cc2b5c1fea37074801c6fbf1379d14f00 (diff)
downloadcontrol-center-0228ab606b3ecefcca3ec52def58d09b55a0d6ed.tar
control-center-0228ab606b3ecefcca3ec52def58d09b55a0d6ed.tar.gz
control-center-0228ab606b3ecefcca3ec52def58d09b55a0d6ed.tar.bz2
control-center-0228ab606b3ecefcca3ec52def58d09b55a0d6ed.tar.xz
control-center-0228ab606b3ecefcca3ec52def58d09b55a0d6ed.zip
Pack a 128px icon for the GTK+3 window (mga#18066)
Use the SVG was tried but did not seem to work out of the box (icons were very pixelated). Thus adding a 128px icon as window icon, since it is used at least by Plasma for high-res previews. Also dropping the smaller 20x20 and 32x32 icons that nothing uses.
Diffstat (limited to 'control-center')
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index 4ba56ab4..7dfe76f2 100755
--- a/control-center
+++ b/control-center
@@ -595,7 +595,7 @@ if ($geometry) {
}
$window_global->resize(max($default_width, $h{WIDTH}, $min_width), max($h{HEIGTH}, $default_height, $min_height));
-$window_global->set_icon(gtkcreate_pixbuf("/usr/share/icons/hicolor/32x32/apps/drakconf.png"));
+$window_global->set_icon(gtkcreate_pixbuf("/usr/share/icons/hicolor/128x128/apps/drakconf.png"));
my $pending_app = 0;