]> Dogcows Code - chaz/openbox/commitdiff
make the squares a little smaller. it looks nicer?
authorDana Jansens <danakj@orodu.net>
Thu, 10 May 2007 16:05:57 +0000 (16:05 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 10 May 2007 16:05:57 +0000 (16:05 +0000)
openbox/screen.c

index 9ac0ea98723dca674edf99de6ca9fb49723f309a..a5906d25235e3aac31095a331f9b1599c8e0c9e5 100644 (file)
@@ -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);
This page took 0.027217 seconds and 4 git commands to generate.