mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Simplify and Clean UI
Less jarring UI with simple use of color and no pixmaps to make a clean look. Will need more work to get consistent across the code base. A simple and clean UI is starting to emerge.
This commit is contained in:
@@ -79,7 +79,8 @@ HomeWindow::HomeWindow(MainWindow *mainWindow, QString name, QString windowtitle
|
||||
layout->addWidget(style);
|
||||
|
||||
QPalette palette;
|
||||
palette.setBrush(backgroundRole(), QBrush(QImage(":/images/carbon.jpg")));
|
||||
//palette.setBrush(backgroundRole(), QBrush(QImage(":/images/carbon.jpg")));
|
||||
palette.setBrush(backgroundRole(), QColor("#A8A8A8"));
|
||||
|
||||
// each style has its own container widget
|
||||
tabbed = new QTabWidget(this);
|
||||
|
||||
Reference in New Issue
Block a user