mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
More Tab / UI fixups
A bit more love for tabs and other minor cosmetic tweaks. * View now remembers style used (tab, scroll, tile) * Allow user to re-order tabs * Google Map border reduced * Google Map refresh delay (to make UI snappy when resizing) * Minor calendar cosmetics * Use utf8 encoding on config files (language support)
This commit is contained in:
@@ -75,6 +75,7 @@ DiaryWindow::DiaryWindow(MainWindow *mainWindow) :
|
||||
monthlyView->setModel(calendarModel);
|
||||
monthlyView->horizontalHeader()->setResizeMode(QHeaderView::Stretch);
|
||||
monthlyView->verticalHeader()->setResizeMode(QHeaderView::Stretch);
|
||||
monthlyView->verticalHeader()->hide();
|
||||
monthlyView->viewport()->installEventFilter(this);
|
||||
monthlyView->setGridStyle(Qt::DotLine);
|
||||
monthlyView->setFrameStyle(QFrame::NoFrame);
|
||||
|
||||
Reference in New Issue
Block a user