tint2conf : follow freedesktop icon theme specification

git-svn-id: http://tint2.googlecode.com/svn/trunk@586 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2010-11-03 14:57:08 +00:00
parent 7c8a31db72
commit b0e308e909
6 changed files with 101 additions and 12 deletions

View File

@@ -125,12 +125,12 @@ gboolean update_snapshot()
pixWidth = gdk_pixbuf_get_width(pixbuf);
pixHeight = gdk_pixbuf_get_height(pixbuf);
if (g_width_list < pixWidth) {
if (g_width_list != pixWidth) {
g_width_list = pixWidth;
changeSize = TRUE;
}
if (g_height_list < (pixHeight+6)) {
g_height_list = pixHeight+6;
if (g_height_list != (pixHeight+30)) {
g_height_list = pixHeight+30;
changeSize = TRUE;
}
if (changeSize)