[wip] rework edit panel
This commit is contained in:
parent
5f84111cdd
commit
c8bd0412f3
3 changed files with 135 additions and 112 deletions
|
@ -44,5 +44,19 @@ Button/styles/focus = SubResource( 1 )
|
|||
Button/styles/hover = SubResource( 2 )
|
||||
Button/styles/normal = SubResource( 3 )
|
||||
Button/styles/pressed = SubResource( 4 )
|
||||
LineEdit/colors/clear_button_color = Color( 0.88, 0.88, 0.88, 1 )
|
||||
LineEdit/colors/clear_button_color_pressed = Color( 1, 1, 1, 1 )
|
||||
LineEdit/colors/cursor_color = Color( 0.94, 0.94, 0.94, 1 )
|
||||
LineEdit/colors/font_color = Color( 0.88, 0.88, 0.88, 1 )
|
||||
LineEdit/colors/font_color_selected = Color( 0, 0, 0, 1 )
|
||||
LineEdit/colors/font_color_uneditable = Color( 0.88, 0.88, 0.88, 0.5 )
|
||||
LineEdit/colors/selection_color = Color( 0.49, 0.49, 0.49, 1 )
|
||||
LineEdit/constants/minimum_spaces = 8
|
||||
LineEdit/fonts/font = null
|
||||
LineEdit/icons/clear = null
|
||||
LineEdit/styles/focus = null
|
||||
LineEdit/styles/normal = null
|
||||
LineEdit/styles/read_only = null
|
||||
Panel/styles/panel = SubResource( 5 )
|
||||
PopupPanel/styles/panel = SubResource( 6 )
|
||||
SpinBox/icons/updown = null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue