mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Set by default for Windows Fusion style
This commit is contained in:
parent
738029f96a
commit
5091977979
@ -113,10 +113,10 @@ void RshareSettings::initSettings()
|
||||
#else
|
||||
static QStringList styles = QStyleFactory::keys();
|
||||
#if defined(Q_OS_WIN)
|
||||
if (styles.contains("windowsvista", Qt::CaseInsensitive))
|
||||
if (styles.contains("Fusion", Qt::CaseInsensitive))
|
||||
setDefault(SETTING_STYLE, "Fusion");
|
||||
else if (styles.contains("windowsvista", Qt::CaseInsensitive))
|
||||
setDefault(SETTING_STYLE, "windowsvista");
|
||||
else if (styles.contains("windowsxp", Qt::CaseInsensitive))
|
||||
setDefault(SETTING_STYLE, "windowsxp");
|
||||
else
|
||||
#endif
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user