From fcb5bf0a67e93de343dd52fbf8a36c9b6f5d747e Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Tue, 15 Jan 2013 23:08:32 +0000 Subject: [PATCH] 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. --- src/HistogramWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HistogramWindow.cpp b/src/HistogramWindow.cpp index acd3a7056..1294d73d9 100644 --- a/src/HistogramWindow.cpp +++ b/src/HistogramWindow.cpp @@ -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