Skip to content

Commit

Permalink
Port xconfig to Qt5 - Fix layout margin.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Boris Barbulovski authored and Michal Marek committed Oct 14, 2015
1 parent 29a7016 commit 92298b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/kconfig/qconf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,7 @@ ConfigView::ConfigView(QWidget* parent, const char *name)
: Parent(parent, name)
{
QVBoxLayout *verticalLayout = new QVBoxLayout(this);
verticalLayout->setContentsMargins(0, 0, 0, 0);

list = new ConfigList(this, name);
verticalLayout->addWidget(list);
Expand Down

0 comments on commit 92298b4

Please sign in to comment.