diff options
| author | Nate Graham <[email protected]> | 2019-03-24 11:31:44 -0600 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2019-03-24 11:31:44 -0600 |
| commit | 3dec3ee09236fed44239b6a27d2c7041c49d2314 (patch) | |
| tree | b341706bde36446079b1f2c0cbdbefd64d1fc561 /src/panels/information/phononwidget.cpp | |
| parent | 405aa4878f755b06123711f4cdbc8507cc15c18e (diff) | |
| parent | 1eaf5d3e0362f8d39655e973bcd29813ae98652b (diff) | |
Merge branch 'Applications/19.04'
Diffstat (limited to 'src/panels/information/phononwidget.cpp')
| -rw-r--r-- | src/panels/information/phononwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/information/phononwidget.cpp b/src/panels/information/phononwidget.cpp index 95f535713..77e066d37 100644 --- a/src/panels/information/phononwidget.cpp +++ b/src/panels/information/phononwidget.cpp @@ -106,7 +106,7 @@ void PhononWidget::showEvent(QShowEvent *event) m_topLayout = new QVBoxLayout(this); m_topLayout->setContentsMargins(0, 0, 0, 0); - QHBoxLayout *controlsLayout = new QHBoxLayout(this); + QHBoxLayout *controlsLayout = new QHBoxLayout(); controlsLayout->setContentsMargins(0, 0, 0, 0); controlsLayout->setSpacing(0); |
