From 4aed6ac6f3602bc6093fa533046bec3916ee885d Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 4 Aug 2020 16:37:10 +0200 Subject: [PATCH] Small touch-up on the rectangles --- examples/printerdemo/ui/printerdemo.60 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/printerdemo/ui/printerdemo.60 b/examples/printerdemo/ui/printerdemo.60 index e968713f8..95269e0d4 100644 --- a/examples/printerdemo/ui/printerdemo.60 +++ b/examples/printerdemo/ui/printerdemo.60 @@ -12,6 +12,7 @@ MainWindow := Rectangle { height: root.height / 3; y: root.height / 3; x: idx * root.width / 4 + root.width / 45; + border_radius: 25lx; color: page_info.color; img := Image { y: 5lx; @@ -54,6 +55,7 @@ MainWindow := Rectangle { y: 0px; height: root.height / 8; width: root.width; + border_radius: 0lx; img.x: root.height / 8; text.y: 0px; text.x: root.height / 4;