mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 17:09:56 +00:00
UI Nits: Metadata gap in tab widget
This commit is contained in:
@@ -53,11 +53,11 @@ RideMetadata::RideMetadata(MainWindow *parent, bool singlecolumn) :
|
||||
tabs->setMovable(true);
|
||||
tabs->setPalette(palette);
|
||||
tabs->setAutoFillBackground(false);
|
||||
|
||||
#if 0
|
||||
tabs->setStyleSheet("QTabBar { alignment: center; }"
|
||||
"QTabWidget::pane { top: 0px; }"
|
||||
);
|
||||
|
||||
#endif
|
||||
mainLayout->addWidget(tabs);
|
||||
|
||||
// read in metadata.xml and setup the tabs etc
|
||||
|
||||
Reference in New Issue
Block a user