From: Dana Jansens Date: Thu, 10 May 2007 16:06:06 +0000 (+0000) Subject: merge r6291 from trunk X-Git-Tag: openbox-3_3_991-RELEASE~112 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=7f46a82f1e85f95550448a4558bb4b4410b4a645;p=dana%2Fopenbox.git merge r6291 from trunk --- diff --git a/openbox/screen.c b/openbox/screen.c index 9ac0ea98..a5906d25 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -643,9 +643,9 @@ void screen_desktop_popup(guint d, gboolean show) a->x + a->width / 2, a->y + a->height / 2); pager_popup_icon_size_multiplier(desktop_cycle_popup, screen_desktop_layout.columns / - screen_desktop_layout.rows, + screen_desktop_layout.rows / 2, screen_desktop_layout.rows/ - screen_desktop_layout.columns); + screen_desktop_layout.columns / 2); pager_popup_max_width(desktop_cycle_popup, MAX(a->width/3, POPUP_WIDTH)); pager_popup_show(desktop_cycle_popup, screen_desktop_names[d], d);