wip
This commit is contained in:
@@ -46,7 +46,7 @@ static void drawIconGif(QPainter &p, const QPoint ¢er, const QMovie &img, co
|
||||
}
|
||||
|
||||
OnroadWindow::OnroadWindow(QWidget *parent) : QWidget(parent), scene(uiState()->scene) {
|
||||
bg = QColor(0x17, 0x33, 0x49, 0xc8); // init to a default color
|
||||
bg = QColor(255, 0x33, 0x49, 0xc8); // init to a default color
|
||||
QVBoxLayout *main_layout = new QVBoxLayout(this);
|
||||
main_layout->setMargin(UI_BORDER_SIZE);
|
||||
QStackedLayout *stacked_layout = new QStackedLayout;
|
||||
|
||||
Reference in New Issue
Block a user