diff options
author | Ken Moore <ken@ixsystems.com> | 2018-03-21 14:24:34 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-03-21 14:24:34 -0400 |
commit | 00853a147b1d5f81fe13e5a69af199a3d1c763ac (patch) | |
tree | b22c2b34a2d3ca33e6c2a1d700e50666760af349 /src-qt5/desktop-utils/lumina-fm/BrowserWidget.cpp | |
parent | Add a "Verify File Delete" view option to lumina-fm (diff) | |
download | lumina-00853a147b1d5f81fe13e5a69af199a3d1c763ac.tar.gz lumina-00853a147b1d5f81fe13e5a69af199a3d1c763ac.tar.bz2 lumina-00853a147b1d5f81fe13e5a69af199a3d1c763ac.zip |
Fix up the spacing/margins for the UI.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-fm/BrowserWidget.cpp')
-rw-r--r-- | src-qt5/desktop-utils/lumina-fm/BrowserWidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-fm/BrowserWidget.cpp b/src-qt5/desktop-utils/lumina-fm/BrowserWidget.cpp index 82ce8a33..fcbcdbed 100644 --- a/src-qt5/desktop-utils/lumina-fm/BrowserWidget.cpp +++ b/src-qt5/desktop-utils/lumina-fm/BrowserWidget.cpp @@ -19,6 +19,7 @@ BrowserWidget::BrowserWidget(QString objID, QWidget *parent) : QWidget(parent){ //Setup the Widget/UI this->setLayout( new QVBoxLayout(this) ); + this->layout()->setContentsMargins(0,0,0,0); ID = objID; //Setup the backend browser object bThread = new QThread(); |