forked from qt-creator/qt-creator
Theme: Fix typo
Amends c79f436e2a
.
Change-Id: I211b667b50675b8fa48bdf231146ff7e406f592d
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -244,7 +244,7 @@ FlatProjectsMode=true
|
||||
FlatMenuBar=true
|
||||
ToolBarIconShadow=true
|
||||
WindowColorAsBase=false
|
||||
DarkUserInteface=true
|
||||
DarkUserInterface=true
|
||||
|
||||
[Gradients]
|
||||
DetailsWidgetHeaderGradient\1\color=00000000
|
||||
|
@@ -216,7 +216,7 @@ FlatProjectsMode=false
|
||||
FlatMenuBar=false
|
||||
ToolBarIconShadow=true
|
||||
WindowColorAsBase=false
|
||||
DarkUserInteface=false
|
||||
DarkUserInterface=false
|
||||
|
||||
[Gradients]
|
||||
DetailsWidgetHeaderGradient\1\color=ffffffff
|
||||
|
@@ -248,7 +248,7 @@ FlatProjectsMode=true
|
||||
FlatMenuBar=true
|
||||
ToolBarIconShadow=true
|
||||
WindowColorAsBase=false
|
||||
DarkUserInteface=true
|
||||
DarkUserInterface=true
|
||||
|
||||
[Gradients]
|
||||
DetailsWidgetHeaderGradient\1\color=00000000
|
||||
|
@@ -225,7 +225,7 @@ FlatProjectsMode=false
|
||||
FlatMenuBar=false
|
||||
ToolBarIconShadow=false
|
||||
WindowColorAsBase=false
|
||||
DarkUserInteface=false
|
||||
DarkUserInterface=false
|
||||
|
||||
[Gradients]
|
||||
DetailsWidgetHeaderGradient\1\color=00000000
|
||||
|
@@ -223,7 +223,7 @@ FlatProjectsMode=false
|
||||
FlatMenuBar=false
|
||||
ToolBarIconShadow=true
|
||||
WindowColorAsBase=false
|
||||
DarkUserInteface=false
|
||||
DarkUserInterface=false
|
||||
|
||||
[Gradients]
|
||||
DetailsWidgetHeaderGradient\1\color=00000000
|
||||
|
@@ -76,7 +76,7 @@ void setCreatorTheme(Theme *theme)
|
||||
#ifdef Q_OS_MACOS
|
||||
// Match the native UI theme and palette with the creator
|
||||
// theme by forcing light aqua for light creator themes.
|
||||
if (!theme->flag(Theme::DarkUserInteface))
|
||||
if (!theme->flag(Theme::DarkUserInterface))
|
||||
Internal::forceMacOSLightAquaApperance();
|
||||
#endif
|
||||
|
||||
|
@@ -338,7 +338,7 @@ public:
|
||||
FlatMenuBar,
|
||||
ToolBarIconShadow,
|
||||
WindowColorAsBase,
|
||||
DarkUserInteface
|
||||
DarkUserInterface
|
||||
};
|
||||
|
||||
Q_INVOKABLE bool flag(Flag f) const;
|
||||
|
Reference in New Issue
Block a user