From 9e695d4a7759819965057a27037ae6bf224367ac Mon Sep 17 00:00:00 2001 From: tpart Date: Mon, 24 Jun 2024 14:07:30 +0200 Subject: Add border radius to default theme --- client/menu/theme.tres | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/client/menu/theme.tres b/client/menu/theme.tres index 8a7c6be9..c2ec3b12 100644 --- a/client/menu/theme.tres +++ b/client/menu/theme.tres @@ -14,6 +14,10 @@ content_margin_top = 10.0 content_margin_right = 10.0 content_margin_bottom = 10.0 bg_color = Color(1, 1, 1, 0.0352941) +corner_radius_top_left = 5 +corner_radius_top_right = 5 +corner_radius_bottom_right = 5 +corner_radius_bottom_left = 5 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2fl8q"] content_margin_left = 10.0 @@ -21,6 +25,10 @@ content_margin_top = 10.0 content_margin_right = 10.0 content_margin_bottom = 10.0 bg_color = Color(1, 1, 1, 0.266667) +corner_radius_top_left = 5 +corner_radius_top_right = 5 +corner_radius_bottom_right = 5 +corner_radius_bottom_left = 5 [sub_resource type="StyleBoxLine" id="StyleBoxLine_emtvk"] content_margin_top = 5.0 -- cgit v1.3