diff options
| author | Boris Barbulovski <bbarbulovski@gmail.com> | 2015-09-22 14:36:11 -0400 |
|---|---|---|
| committer | Michal Marek <mmarek@suse.com> | 2015-10-14 08:59:01 -0400 |
| commit | 92298b496df10415b03574efee5fbba9ce8f5ca0 (patch) | |
| tree | 17f3a79da7991cb995a1abfab442b5c754fdfc71 /scripts | |
| parent | 29a70168e2637385295cc60549c038d3c958f8a8 (diff) | |
Port xconfig to Qt5 - Fix layout margin.
Signed-off-by: Boris Barbulovski <bbarbulovski@gmail.com>
Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
Signed-off-by: Michal Marek <mmarek@suse.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/kconfig/qconf.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/qconf.cc b/scripts/kconfig/qconf.cc index 3a5ff5dcae05..6d32f3996ab6 100644 --- a/scripts/kconfig/qconf.cc +++ b/scripts/kconfig/qconf.cc | |||
| @@ -856,6 +856,7 @@ ConfigView::ConfigView(QWidget* parent, const char *name) | |||
| 856 | : Parent(parent, name) | 856 | : Parent(parent, name) |
| 857 | { | 857 | { |
| 858 | QVBoxLayout *verticalLayout = new QVBoxLayout(this); | 858 | QVBoxLayout *verticalLayout = new QVBoxLayout(this); |
| 859 | verticalLayout->setContentsMargins(0, 0, 0, 0); | ||
| 859 | 860 | ||
| 860 | list = new ConfigList(this, name); | 861 | list = new ConfigList(this, name); |
| 861 | verticalLayout->addWidget(list); | 862 | verticalLayout->addWidget(list); |
