mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-15 18:39:47 +12:00
Rename theme to cream harder
This commit is contained in:
parent
a3099ff6e2
commit
6fbb1d0747
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ ConfigWindow::ConfigWindow(QWidget* parent) : QDialog(parent) {
|
|||
themeSelect->addItem(tr("Light"));
|
||||
themeSelect->addItem(tr("Dark"));
|
||||
themeSelect->addItem(tr("Greetings Cat"));
|
||||
themeSelect->addItem(tr("Ice Cream and Jelly"));
|
||||
themeSelect->addItem(tr("Cream"));
|
||||
themeSelect->setCurrentIndex(static_cast<int>(currentTheme));
|
||||
|
||||
themeSelect->setGeometry(40, 40, 100, 50);
|
||||
|
@ -88,7 +88,7 @@ void ConfigWindow::setTheme(Theme theme) {
|
|||
break;
|
||||
}
|
||||
|
||||
case Theme::IceCreamAndJelly: {
|
||||
case Theme::Cream: {
|
||||
QApplication::setStyle(QStyleFactory::create("Fusion"));
|
||||
|
||||
QPalette p;
|
||||
|
|
Loading…
Add table
Reference in a new issue