mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 14:14:42 -04:00
Added the left and right tool icon option to be saved and restored on startup
Update PreferencesDialog.tscn and PreferencesDialog.gd
This commit is contained in:
parent
6213eddb7e
commit
796cd124d4
2 changed files with 17 additions and 3 deletions
|
@ -5,6 +5,7 @@
|
|||
[ext_resource path="res://Assets/Fonts/CJK/NotoSansCJKtc-Regular.tres" type="DynamicFont" id=3]
|
||||
|
||||
[node name="PreferencesDialog" type="AcceptDialog"]
|
||||
visible = true
|
||||
margin_right = 430.0
|
||||
margin_bottom = 1347.0
|
||||
rect_min_size = Vector2( 430, 0 )
|
||||
|
@ -110,9 +111,9 @@ text = "Show right tool icon"
|
|||
|
||||
[node name="PressureSentivity" type="HBoxContainer" parent="HSplitContainer/ScrollContainer/VBoxContainer/General"]
|
||||
visible = false
|
||||
margin_top = 46.0
|
||||
margin_top = 116.0
|
||||
margin_right = 334.0
|
||||
margin_bottom = 66.0
|
||||
margin_bottom = 136.0
|
||||
|
||||
[node name="PressureSensitivityLabel" type="Label" parent="HSplitContainer/ScrollContainer/VBoxContainer/General/PressureSentivity"]
|
||||
margin_top = 3.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue