1
0
Fork 0
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:
Emmanouil Papadeas 2023-12-07 00:21:58 +02:00
parent 0a57690099
commit 91bf44c4fb
2 changed files with 6 additions and 0 deletions

View file

@ -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"]

View file

@ -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"]