From 1edab52939221e583e7ea802d20efccfdc1020ee Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Wed, 9 Feb 2022 23:41:32 +0100 Subject: [PATCH] Add rounded corners to transport --- qlab-display_layout.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qlab-display_layout.json b/qlab-display_layout.json index 08b908f..942305c 100644 --- a/qlab-display_layout.json +++ b/qlab-display_layout.json @@ -246,7 +246,7 @@ "lineWidth": "auto", "padding": "auto", "html": "", - "css": "font-size: 200%;\nheight: 100rem;\nwidth: 30%;", + "css": "font-size: 200%;\nheight: 100rem;\nwidth: 30%;\nborder-radius: 10rem;", "colorTextOn": "auto", "label": "auto", "vertical": false, @@ -289,7 +289,7 @@ "lineWidth": "auto", "padding": "auto", "html": "", - "css": "font-size: 200%; height: 100rem; width: 30%; left: 68%;", + "css": "font-size: 200%;\nheight: 100rem;\nwidth: 30%;\nleft: 68%;\nborder-radius: 10rem;", "colorTextOn": "auto", "label": "auto", "vertical": false, @@ -332,7 +332,7 @@ "lineWidth": "auto", "padding": "auto", "html": "", - "css": "height: 100rem; width: 18%; left: 32%;", + "css": "height: 100rem;\nwidth: 18%;\nleft: 32%;\nborder-radius: 10rem;", "colorTextOn": "auto", "label": "auto", "vertical": false, @@ -375,7 +375,7 @@ "lineWidth": "auto", "padding": "auto", "html": "", - "css": "height: 100rem; width: 18%; left: 50%;", + "css": "height: 100rem;\nwidth: 18%;\nleft: 50%;\nborder-radius: 10rem;", "colorTextOn": "auto", "label": "auto", "vertical": false,