Skip to content

Commit

Permalink
Merge addon settings fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ch1llb0 committed Apr 7, 2024
1 parent 75fd13f commit eea9522
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion xml/DialogAddonSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<pagecontrol>70</pagecontrol>
</control>

<!-- Default button -->
<!-- Default group button -->
<control type="button" id="10">
<include>DialogAddonSettings_coords2</include>
<font>Font33</font>
Expand Down Expand Up @@ -169,6 +169,15 @@
<focusedcolor>$VAR[TextColorFO]</focusedcolor>
<disabledcolor>$VAR[DisabledColor]</disabledcolor>
</control>

<!-- Default color button -->
<control type="colorbutton" id="15">
<include>DialogAddonSettings_coords8</include>
<font>Font33</font>
<textcolor>$VAR[TextColorNF]</textcolor>
<focusedcolor>$VAR[TextColorFO]</focusedcolor>
<disabledcolor>$VAR[DisabledColor]</disabledcolor>
</control>

<!-- Settings description -->
<control type="fadelabel" id="6">
Expand Down

0 comments on commit eea9522

Please sign in to comment.