2
0
forked from Ivasoft/DSView

adjust the layout of demo logic's options dialog

This commit is contained in:
dreamsourcelabTAI
2024-04-18 11:28:15 +08:00
parent 72df8df5f0
commit 9509147727

View File

@@ -885,7 +885,7 @@ void DeviceOptions::try_resize_scroll()
if (_device_agent->get_work_mode() == LOGIC
&& _device_agent->is_demo()){
_dynamic_panel->setFixedWidth(max_label_width + 150);
_dynamic_panel->setFixedWidth(max_label_width + 250);
}
#endif