2
0
forked from Ivasoft/DSView

adjust the layout of device options dialog and decoder pannel

This commit is contained in:
dreamsourcelabTAI
2024-04-20 22:32:25 +08:00
parent 33e9f3b624
commit 03fa370091
2 changed files with 3 additions and 2 deletions

View File

@@ -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;

View File

@@ -1108,7 +1108,7 @@ void ProtocolDock::UpdateFont()
pannelHeight = 100;
}
_top_panel->setFixedHeight(pannelHeight);
_top_panel->setMinimumHeight(pannelHeight);
}
void ProtocolDock::on_show_ann_keyinput()