Fix the problem with the input fields

pull/6/head 1.0.1
passivestar 2024-01-25 14:08:02 +07:00
parent 43236b95d3
commit 8d35a302b4
3 changed files with 6 additions and 2 deletions

@ -17,3 +17,7 @@ To match the look of the theme in the screenshot, you can use the following sett
- Icon Saturation: `1.8`
Everything else by default
## Known limitations
- If you're using a different base color rather than one listed above, input fields may look out of place. This is the limitation of Godot's theming, there is no way to style `LineEdit`s with support for different base colors. Unfortunately there's nothing that I can do about it

@ -143,7 +143,7 @@ content_margin_left = 5.0
content_margin_top = 4.0
content_margin_right = 5.0
content_margin_bottom = 4.0
bg_color = Color(0, 0, 0, 0.352941)
bg_color = Color(0.101961, 0.101961, 0.101961, 1)
border_color = Color(0.101569, 0.101569, 0.101569, 1)
corner_radius_top_left = 4
corner_radius_top_right = 4

@ -143,7 +143,7 @@ content_margin_left = 10.0
content_margin_top = 8.0
content_margin_right = 10.0
content_margin_bottom = 8.0
bg_color = Color(0, 0, 0, 0.352941)
bg_color = Color(0.101961, 0.101961, 0.101961, 1)
border_color = Color(0.101569, 0.101569, 0.101569, 1)
corner_radius_top_left = 4
corner_radius_top_right = 4