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:
Mark Liversedge
2013-01-15 23:08:32 +00:00
parent 00e9187d05
commit fcb5bf0a67

View File

@@ -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