1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-26 09:48:45 -05:00

CW Keyer GUI: corrected dashes and dots buttons disabled color

This commit is contained in:
f4exb 2016-12-12 01:53:57 +01:00
parent 5ff7ced692
commit d10209c223

View File

@ -113,9 +113,9 @@
<colorrole role="ButtonText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>106</red>
<green>104</green>
<blue>100</blue>
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
@ -179,9 +179,9 @@
<colorrole role="ButtonText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>106</red>
<green>104</green>
<blue>100</blue>
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>