diff options
Diffstat (limited to 'scripts/kconfig')
| -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 a8b54521f754..3454c4361c8e 100644 --- a/scripts/kconfig/qconf.cc +++ b/scripts/kconfig/qconf.cc | |||
| @@ -823,6 +823,7 @@ QAction *ConfigView::showPromptAction; | |||
| 823 | ConfigView::ConfigView(QWidget* parent, const char *name) | 823 | ConfigView::ConfigView(QWidget* parent, const char *name) |
| 824 | : Parent(parent) | 824 | : Parent(parent) |
| 825 | { | 825 | { |
| 826 | setObjectName(name); | ||
| 826 | QVBoxLayout *verticalLayout = new QVBoxLayout(this); | 827 | QVBoxLayout *verticalLayout = new QVBoxLayout(this); |
| 827 | verticalLayout->setContentsMargins(0, 0, 0, 0); | 828 | verticalLayout->setContentsMargins(0, 0, 0, 0); |
| 828 | 829 | ||
