From c37b32dac29b3e9989ed54f9582707be467f7a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20K=C3=A5re=20Alsaker?= Date: Thu, 4 Oct 2012 20:42:17 +0200 Subject: [PATCH] compositor-wayland: Use some nicer border sizes. --- src/compositor-wayland.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/compositor-wayland.c b/src/compositor-wayland.c index 21940105f..8ddebf29a 100644 --- a/src/compositor-wayland.c +++ b/src/compositor-wayland.c @@ -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)