Fix hyperlink's background color on Welcome dialog (#3483)

This commit is contained in:
Kaloyan Raev 2019-11-05 16:49:25 +02:00 committed by GitHub
parent d6b5d49ff1
commit 19a59c9d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@
<Condition Action="show">NOT Installed OR NOT PATCH</Condition>
<Condition Action="hide">Installed AND PATCH</Condition>
</Control>
<Control Id="LearnMoreLink" Type="Hyperlink" X="135" Y="181" Width="320" Height="16" Transparent="yes">
<Control Id="LearnMoreLink" Type="Hyperlink" X="135" Y="181" Width="320" Height="16">
<Text><![CDATA[<a href="https://documentation.storj.io/setup/gui-windows">Learn more</a>]]></Text>
<Condition Action="show">NOT Installed OR NOT PATCH</Condition>
<Condition Action="hide">Installed AND PATCH</Condition>