Skip to content

Commit

Permalink
Fix atrocious contrast in about dialog with dark themes
Browse files Browse the repository at this point in the history
  • Loading branch information
J5lx committed May 6, 2020
1 parent b9ba20e commit c7f7555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<item>
<widget class="QLabel" name="devInfoText">
<property name="styleSheet">
<string notr="true">QLabel { background-color: #ffffff; border-style: solid; border-width: 1px; border-color: gray; }</string>
<string notr="true">QLabel { background-color: palette(base); border-style: solid; border-width: 1px; border-color: palette(mid); }</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
Expand Down

1 comment on commit c7f7555

@chchwy
Copy link
Member

@chchwy chchwy commented on c7f7555 May 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice one.

Please sign in to comment.