瀏覽代碼

Allow configuration widgets to use all available space

Neal Wilson 10 年之前
父節點
當前提交
fd4a117b33
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/typica.w

+ 1
- 0
src/typica.w 查看文件

@@ -15120,6 +15120,7 @@ DeviceConfigurationWindow::DeviceConfigurationWindow() : QWidget(NULL),
15120 15120
 	splitter->addWidget(leftWidget);
15121 15121
 	configArea->setMinimumWidth(580);
15122 15122
 	configArea->setMinimumHeight(460);
15123
+	configArea->setWidgetResizable(true);
15123 15124
 	splitter->addWidget(configArea);
15124 15125
 	QVBoxLayout *centralLayout = new QVBoxLayout;
15125 15126
 	centralLayout->addWidget(splitter);

Loading…
取消
儲存