compositor-wayland: Use some nicer border sizes.
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Thu, 4 Oct 2012 18:42:17 +0000 (20:42 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 10 Oct 2012 03:17:46 +0000 (23:17 -0400)
src/compositor-wayland.c

index 2194010..8ddebf2 100644 (file)
@@ -838,10 +838,10 @@ wayland_compositor_create(struct wl_display *display,
        c->base.destroy = wayland_destroy;
        c->base.restore = wayland_restore;
 
-       c->border.top = 25;
-       c->border.bottom = 50;
+       c->border.top = 30;
+       c->border.bottom = 24;
        c->border.left = 25;
-       c->border.right = 25;
+       c->border.right = 26;
 
        /* requires border fields */
        if (wayland_compositor_create_output(c, width, height) < 0)