forked from qt-creator/qt-creator
Themes: New display names "Default" -> "Classic", "Default Flat" -> "Flat"
Also the defaultflat.creatortheme is renamed to flat.creatortheme. The file name of the "Classic" theme remains default.creatortheme in order to make sure that who previously actively switched to another theme and back to default won't suddenly get the flat one. Change-Id: I1a1f35aded00201a685ad221b70a9b728f2be972 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[General]
|
||||
ThemeName=Default
|
||||
ThemeName=Classic
|
||||
PreferredStyles=
|
||||
|
||||
[Palette]
|
||||
|
@@ -1,5 +1,5 @@
|
||||
[General]
|
||||
ThemeName=Default Flat
|
||||
ThemeName=Flat
|
||||
PreferredStyles=
|
||||
|
||||
[Palette]
|
@@ -198,7 +198,7 @@ const char SETTINGS_ID_MIMETYPES[] = "E.MimeTypes";
|
||||
const char SETTINGS_DEFAULTTEXTENCODING[] = "General/DefaultFileEncoding";
|
||||
|
||||
const char SETTINGS_THEME[] = "Core/CreatorTheme";
|
||||
const char DEFAULT_THEME[] = "default";
|
||||
const char DEFAULT_THEME[] = "classic";
|
||||
|
||||
const char ALL_FILES_FILTER[] = QT_TRANSLATE_NOOP("Core", "All Files (*)");
|
||||
|
||||
|
Reference in New Issue
Block a user