1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-09-03 13:47:50 -04: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"> <colorrole role="ButtonText">
<brush brushstyle="SolidPattern"> <brush brushstyle="SolidPattern">
<color alpha="255"> <color alpha="255">
<red>106</red> <red>255</red>
<green>104</green> <green>255</green>
<blue>100</blue> <blue>255</blue>
</color> </color>
</brush> </brush>
</colorrole> </colorrole>
@ -179,9 +179,9 @@
<colorrole role="ButtonText"> <colorrole role="ButtonText">
<brush brushstyle="SolidPattern"> <brush brushstyle="SolidPattern">
<color alpha="255"> <color alpha="255">
<red>106</red> <red>255</red>
<green>104</green> <green>255</green>
<blue>100</blue> <blue>255</blue>
</color> </color>
</brush> </brush>
</colorrole> </colorrole>