Skip to content

Commit

Permalink
Merge pull request obsproject#3247 from JohannMG/wizard-mac-fix
Browse files Browse the repository at this point in the history
UI: Mac fix — remove wizard background padding
  • Loading branch information
jp9000 authored Aug 17, 2020
2 parents 53b65bb + 6f268e4 commit 4b2e9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/window-basic-auto-config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ AutoConfig::AutoConfig(QWidget *parent) : QWizard(parent)

std::string serviceType;
GetServiceInfo(serviceType, serviceName, server, key);
#ifdef _WIN32
#if defined(_WIN32) || defined(__APPLE__)
setWizardStyle(QWizard::ModernStyle);
#endif
streamPage = new AutoConfigStreamPage();
Expand Down

0 comments on commit 4b2e9e9

Please sign in to comment.