mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Make the RGB buttons pressed by default in Invert Colors & Desaturate dialogs
This commit is contained in:
parent
0a57690099
commit
91bf44c4fb
|
@ -20,6 +20,7 @@ size_flags_horizontal = 3
|
|||
tooltip_text = "Modify Red Channel"
|
||||
mouse_default_cursor_shape = 2
|
||||
toggle_mode = true
|
||||
button_pressed = true
|
||||
text = "R"
|
||||
|
||||
[node name="GButton" type="Button" parent="VBoxContainer/RGBAContainer" index="1"]
|
||||
|
@ -28,6 +29,7 @@ size_flags_horizontal = 3
|
|||
tooltip_text = "Modify Green Channel"
|
||||
mouse_default_cursor_shape = 2
|
||||
toggle_mode = true
|
||||
button_pressed = true
|
||||
text = "G"
|
||||
|
||||
[node name="BButton" type="Button" parent="VBoxContainer/RGBAContainer" index="2"]
|
||||
|
@ -36,6 +38,7 @@ size_flags_horizontal = 3
|
|||
tooltip_text = "Modify Blue Channel"
|
||||
mouse_default_cursor_shape = 2
|
||||
toggle_mode = true
|
||||
button_pressed = true
|
||||
text = "B"
|
||||
|
||||
[node name="AButton" type="Button" parent="VBoxContainer/RGBAContainer" index="3"]
|
||||
|
|
|
@ -20,6 +20,7 @@ size_flags_horizontal = 3
|
|||
tooltip_text = "Modify Red Channel"
|
||||
mouse_default_cursor_shape = 2
|
||||
toggle_mode = true
|
||||
button_pressed = true
|
||||
text = "R"
|
||||
|
||||
[node name="GButton" type="Button" parent="VBoxContainer/RGBAContainer" index="1"]
|
||||
|
@ -28,6 +29,7 @@ size_flags_horizontal = 3
|
|||
tooltip_text = "Modify Green Channel"
|
||||
mouse_default_cursor_shape = 2
|
||||
toggle_mode = true
|
||||
button_pressed = true
|
||||
text = "G"
|
||||
|
||||
[node name="BButton" type="Button" parent="VBoxContainer/RGBAContainer" index="2"]
|
||||
|
@ -36,6 +38,7 @@ size_flags_horizontal = 3
|
|||
tooltip_text = "Modify Blue Channel"
|
||||
mouse_default_cursor_shape = 2
|
||||
toggle_mode = true
|
||||
button_pressed = true
|
||||
text = "B"
|
||||
|
||||
[node name="AButton" type="Button" parent="VBoxContainer/RGBAContainer" index="3"]
|
||||
|
|
Loading…
Reference in a new issue