mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
UI Nits:Histogram Window border
.. I broke this in an earlier commit where I set contents margins to 0, thus making it impossible to resize in tile mode and also making the chart overlap with the border.
This commit is contained in:
@@ -42,7 +42,7 @@ HistogramWindow::HistogramWindow(MainWindow *mainWindow, bool rangemode) : GcWin
|
||||
|
||||
// Main layout
|
||||
QGridLayout *mainLayout = new QGridLayout(this);
|
||||
mainLayout->setContentsMargins(0,0,0,0);
|
||||
mainLayout->setContentsMargins(2,2,2,2);
|
||||
|
||||
//
|
||||
// reveal controls widget
|
||||
|
||||
Reference in New Issue
Block a user