mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +00:00
Remove most stylesheet use as this messes with a custom style
* Use palettes where a certain colour is needed. * Still need some solution for table borders in grid layouts
This commit is contained in:
@@ -160,10 +160,6 @@ LiveCapture::LiveCapture(ICaptureContext &ctx, const QString &hostname, const QS
|
||||
QObject::connect(ui->captures, &RDListWidget::keyPress, this, &LiveCapture::captures_keyPress);
|
||||
|
||||
ui->mainLayout->addWidget(bottomTools);
|
||||
|
||||
bottomTools->setStyleSheet(
|
||||
lit("background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,"
|
||||
"stop: 0 #E1E1E1, stop: 1.0 #D3D3D3);"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user