diff options
Diffstat (limited to 'client/gui/resources/style/normal_style.tres')
-rw-r--r-- | client/gui/resources/style/normal_style.tres | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/client/gui/resources/style/normal_style.tres b/client/gui/resources/style/normal_style.tres new file mode 100644 index 00000000..96aecc8e --- /dev/null +++ b/client/gui/resources/style/normal_style.tres @@ -0,0 +1,12 @@ +[gd_resource type="StyleBoxFlat" format=3 uid="uid://pi5uhe0lrgka"] + +[resource] +content_margin_left = 10.0 +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 |