mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-07 13:08:04 +02:00
compositor-wayland: Use some nicer border sizes.
This commit is contained in:
parent
b9b87125f0
commit
c37b32dac2
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue