diff options
| author | Ni Hui <[email protected]> | 2011-12-04 18:17:58 +0800 |
|---|---|---|
| committer | Ni Hui <[email protected]> | 2011-12-04 18:17:58 +0800 |
| commit | e2e5b0e45a0c6e2a943a56e5f4751b70c66104e7 (patch) | |
| tree | 40be4ee0b262ccaaa0b29355d9f2d408421818ee /src | |
| parent | 27339e15c6f18e0f4b250995b384ae648657d8e4 (diff) | |
avoid double margins
Diffstat (limited to 'src')
| -rw-r--r-- | src/panels/information/informationpanel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panels/information/informationpanel.cpp b/src/panels/information/informationpanel.cpp index d45ef8ea4..286861c59 100644 --- a/src/panels/information/informationpanel.cpp +++ b/src/panels/information/informationpanel.cpp @@ -357,6 +357,7 @@ void InformationPanel::init() connect(m_content, SIGNAL(urlActivated(KUrl)), this, SIGNAL(urlActivated(KUrl))); QVBoxLayout* layout = new QVBoxLayout(this); + layout->setContentsMargins(0, 0, 0, 0); layout->addWidget(m_content); m_initialized = true; |
