summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-10 16:05:57 +0000
committerDana Jansens <danakj@orodu.net>2007-05-10 16:05:57 +0000
commit1ec4c3dfa8bd35911394ba0f68b07659dc8b3395 (patch)
treed86ac7123c04655c61244d2851c8ed4ab2e53783 /openbox
parent9a3f05a780f8cbfeb68626552d25c48ab0245ca3 (diff)
make the squares a little smaller. it looks nicer?
Diffstat (limited to 'openbox')
-rw-r--r--openbox/screen.c4
1 files changed, 2 insertions, 2 deletions
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);