Convert level dropdowns to OptionButtons

This commit is contained in:
Sebastian Morr 2020-09-28 19:02:12 +02:00
parent 5a0ff96324
commit f6ec691ece
3 changed files with 28 additions and 29 deletions

View file

@ -23,6 +23,10 @@ corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
[sub_resource type="StyleBoxFlat" id=3]
content_margin_left = 10.0
content_margin_right = 10.0
content_margin_top = 5.0
content_margin_bottom = 5.0
bg_color = Color( 0.278431, 0.278431, 0.278431, 1 )
corner_radius_top_left = 5
corner_radius_top_right = 5
@ -41,6 +45,10 @@ corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
[sub_resource type="StyleBoxFlat" id=5]
content_margin_left = 10.0
content_margin_right = 10.0
content_margin_top = 5.0
content_margin_bottom = 5.0
bg_color = Color( 0.333333, 0.333333, 0.333333, 1 )
corner_radius_top_left = 5
corner_radius_top_right = 5