Skip to content

Commit

Permalink
Button color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
errtofordo committed Dec 5, 2023
1 parent 4dab657 commit 7025b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dexbot/views/ui/edit_worker_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@

QPushButton:hover {
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #ed9f9c, stop: 1 #008000);
stop: 0 #3CB371, stop: 1 #008000);
}</string>
</property>
<property name="text">
Expand Down
2 changes: 1 addition & 1 deletion installer/windows/bundle/bundle.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<Variable Name="DefaultAllUsersTargetDir" Value="[ProgramFiles64Folder]Python[WinVerNoDot]" bal:Overridable="yes" />
<Variable Name="TargetPlatform" Value="x86" />
<?endif ?>
<Variable Name="LaunchTarget" Value="[ProgramFiles64Folder]\Bitshares\DEXBot\DEXBot.exe"/>
<Variable Name="LaunchTarget" Value="[ProgramFiles64Folder]\EVRAZ\DEXBot\DEXBot.exe"/>

<Chain>
<ExePackage Id="Python"
Expand Down

0 comments on commit 7025b12

Please sign in to comment.