forked from Ivasoft/DSView
adjust the layout of device options dialog and decoder pannel
This commit is contained in:
@@ -283,7 +283,8 @@ QLayout * DeviceOptions::get_property_form(QWidget * parent)
|
||||
i++;
|
||||
}
|
||||
|
||||
_groupHeight1 = parent->sizeHint().height();
|
||||
_groupHeight1 = parent->sizeHint().height() + 30;
|
||||
|
||||
parent->setFixedHeight(_groupHeight1);
|
||||
|
||||
return layout;
|
||||
|
||||
@@ -1108,7 +1108,7 @@ void ProtocolDock::UpdateFont()
|
||||
pannelHeight = 100;
|
||||
}
|
||||
|
||||
_top_panel->setFixedHeight(pannelHeight);
|
||||
_top_panel->setMinimumHeight(pannelHeight);
|
||||
}
|
||||
|
||||
void ProtocolDock::on_show_ann_keyinput()
|
||||
|
||||
Reference in New Issue
Block a user