Skip to content

Commit

Permalink
Cert: use classic wizard style for the Certificate Wizard.
Browse files Browse the repository at this point in the history
This fixes a styling issue, where the button container at
the botom of the wizard is styled in white in the Dark theme.

Fixes mummble-voip/mumble#3019
  • Loading branch information
mkrautz committed Apr 14, 2017
1 parent eca5d03 commit 2fe1fb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mumble/Cert.ui
Expand Up @@ -13,6 +13,9 @@
<property name="windowTitle">
<string>Certificate Management</string>
</property>
<property name="wizardStyle">
<enum>QWizard::ClassicStyle</enum>
</property>
<widget class="QWizardPage" name="qwpWelcome">
<property name="title">
<string>Certificate Authentication</string>
Expand Down

0 comments on commit 2fe1fb1

Please sign in to comment.