Organized Preferences better

As a result, "General" no longer exists.
This commit is contained in:
OverloadedOrama 2020-07-29 01:54:15 +03:00
parent ec81950139
commit f88d201e1a
9 changed files with 337 additions and 179 deletions

View file

@ -1,4 +1,4 @@
[gd_resource type="Theme" load_steps=42 format=2]
[gd_resource type="Theme" load_steps=43 format=2]
[ext_resource path="res://assets/fonts/Roboto-Regular.tres" type="DynamicFont" id=1]
[ext_resource path="res://assets/themes/dark/icons/grabber.png" type="Texture" id=2]
@ -197,6 +197,18 @@ corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id=36]
bg_color = Color( 0.129412, 0.129412, 0.129412, 1 )
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color( 0.2, 0.2, 0.2, 1 )
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
[sub_resource type="StyleBoxFlat" id=22]
content_margin_left = 0.0
content_margin_right = 0.0
@ -267,6 +279,7 @@ border_width_top = 6
border_width_right = 10
border_width_bottom = 8
border_color = Color( 0.321569, 0.321569, 0.321569, 1 )
expand_margin_bottom = 3.0
[sub_resource type="StyleBoxFlat" id=30]
bg_color = Color( 0.321569, 0.321569, 0.321569, 1 )
@ -284,6 +297,7 @@ border_width_top = 6
border_width_right = 10
border_width_bottom = 8
border_color = Color( 0.2, 0.2, 0.2, 1 )
expand_margin_bottom = 3.0
[sub_resource type="StyleBoxFlat" id=32]
bg_color = Color( 0.321569, 0.321569, 0.321569, 1 )
@ -454,7 +468,7 @@ LineEdit/fonts/font = null
LineEdit/icons/clear = null
LineEdit/styles/focus = null
LineEdit/styles/normal = SubResource( 21 )
LineEdit/styles/read_only = null
LineEdit/styles/read_only = SubResource( 36 )
MenuButton/colors/font_color = Color( 0.878431, 0.878431, 0.878431, 1 )
MenuButton/colors/font_color_disabled = Color( 1, 1, 1, 0.3 )
MenuButton/colors/font_color_hover = Color( 0.941176, 0.941176, 0.941176, 1 )