Changed main layout

This commit is contained in:
2025-12-31 13:38:46 +01:00
parent b6764e7a12
commit c7a246e56d
9 changed files with 69 additions and 52 deletions

View File

@@ -55,7 +55,7 @@ int main(int argc, char *argv[])
QApplication app(argc, argv);
setApplicationStyleSheet( ":/claude_dark_mode.qss"_L1 );
//setApplicationStyleSheet( ":/claude_light_mode.qss"_L1 );
/*
app.setStyleSheet(R"(
QWidget {
@@ -81,4 +81,5 @@ int main(int argc, char *argv[])
return app.exec();
// 🌙☀️ !
}