From: Mikael Magnusson Date: Sat, 26 Jun 2010 11:55:39 +0000 (+0200) Subject: Move usage of iconh into the branch that assigns it X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=48d36cd587e70b9680f65811d08038496a9ccc12;p=chaz%2Fopenbox Move usage of iconh into the branch that assigns it --- diff --git a/openbox/popup.c b/openbox/popup.c index 8ff8c533..6dd0e30d 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -201,11 +201,11 @@ void popup_delay_show(ObPopup *self, gulong msec, gchar *text) textx += iconw + ob_rr_theme->paddingx; if (textw) emptyx += ob_rr_theme->paddingx; /* between the icon and text */ + icony = (h - iconh - emptyy) / 2 + t + ob_rr_theme->paddingy; } else iconw = 0; texty = (h - texth - emptyy) / 2 + t + ob_rr_theme->paddingy; - icony = (h - iconh - emptyy) / 2 + t + ob_rr_theme->paddingy; /* when there is no icon, then fill the whole dialog with the text appearance