mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-24 03:10:52 +01:00
Fix size widget conductorpropertieswidget in config dialog
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2204 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -116,7 +116,7 @@ void ConductorPropertiesWidget::buildInterface() {
|
||||
|
||||
QHBoxLayout *singleline_layout1 = new QHBoxLayout();
|
||||
preview = new QLabel();
|
||||
preview -> setFixedSize(96, 96);
|
||||
preview -> setFixedSize(150, 150);
|
||||
singleline_layout1 -> addWidget(preview);
|
||||
singleline_layout1 -> addLayout(singleline_layout2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user