]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: qconf: fix the content of the main widget
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 2 Apr 2020 09:28:00 +0000 (11:28 +0200)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 8 Apr 2020 15:13:45 +0000 (00:13 +0900)
commit7b3b90851211f0cce936f876510d812a750aa3ee
tree5c3cfd0dbc7c8612df002aa8596c662e9bfe046e
parent63353ec4b08f968fea9c203ec81a2aeb5ab2e283
kconfig: qconf: fix the content of the main widget

The port to Qt5 tried to preserve the same way as it used
to work with Qt3 and Qt4. However, at least with newer
versions of Qt5 (5.13), this doesn't work properly.

Change the schema by adding a vertical layout, in order
for it to start working properly again.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/qconf.cc