]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus_cycle_popup.c
don't reload the session on restart
[chaz/openbox] / openbox / focus_cycle_popup.c
index 807680af1f89962e8196c50bcdc7141041c8610d..ef01ddf47e9ffc73c849a875b7454559db225df6 100644 (file)
@@ -30,7 +30,7 @@
 #include <X11/Xlib.h>
 #include <glib.h>
 
-#define ICON_SIZE 48
+#define ICON_SIZE 40
 #define ICON_HILITE_WIDTH 2
 #define ICON_HILITE_MARGIN 1
 #define OUTSIDE_BORDER 3
@@ -289,7 +289,7 @@ static void popup_render(ObFocusCyclePopup *p, const ObClient *c)
     texth = RrMinHeight(p->a_text);
 
     /* find the height of the dialog */
-    h = t + b + (icon_rows * ICON_SIZE) + (OUTSIDE_BORDER + texth);
+    h = t + b + (icon_rows * ICON_SIZE) + (OUTSIDE_BORDER*2 + texth);
 
     /* get the position of the text */
     textx = l;
This page took 0.0213 seconds and 4 git commands to generate.