mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-05 05:02:02 +02:00
Set default BoxContainer separation of 5 px
This commit is contained in:
parent
ba55f64118
commit
004f8eaf85
4 changed files with 25 additions and 16 deletions
styles
|
@ -156,6 +156,7 @@ CheckBox/styles/hover = SubResource( 8 )
|
|||
CheckBox/styles/hover_pressed = SubResource( 9 )
|
||||
CheckBox/styles/normal = SubResource( 10 )
|
||||
CheckBox/styles/pressed = SubResource( 11 )
|
||||
HBoxContainer/constants/separation = 5
|
||||
LineEdit/colors/clear_button_color = Color( 0.878431, 0.878431, 0.878431, 1 )
|
||||
LineEdit/colors/clear_button_color_pressed = Color( 1, 1, 1, 1 )
|
||||
LineEdit/colors/cursor_color = Color( 0.94, 0.94, 0.94, 1 )
|
||||
|
@ -226,3 +227,4 @@ TextEdit/styles/completion = null
|
|||
TextEdit/styles/focus = SubResource( 17 )
|
||||
TextEdit/styles/normal = SubResource( 18 )
|
||||
TextEdit/styles/read_only = null
|
||||
VBoxContainer/constants/separation = 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue