mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
UI Nits: RideMetadata clean look on Windows
.. remove the ugly frame.
This commit is contained in:
@@ -54,6 +54,12 @@ RideMetadata::RideMetadata(MainWindow *parent, bool singlecolumn) :
|
||||
tabs->setMovable(true);
|
||||
tabs->setPalette(palette);
|
||||
tabs->setAutoFillBackground(false);
|
||||
#ifdef WIN32
|
||||
tabs->setStyleSheet("QTabWidget::pane { "
|
||||
" margin: 0px,0px,0px,0px;"
|
||||
" border: 0px;"
|
||||
" border-top: 0px; }");
|
||||
#endif
|
||||
mainLayout->addWidget(tabs);
|
||||
|
||||
// read in metadata.xml and setup the tabs etc
|
||||
|
||||
Reference in New Issue
Block a user