2
0
forked from Ivasoft/DSView

Calculate the channel label width after font size is changed

This commit is contained in:
dreamsourcelabTAI
2023-06-16 18:19:17 +08:00
parent 2ee09b8257
commit 6fae130891
4 changed files with 17 additions and 3 deletions

View File

@@ -254,6 +254,7 @@ namespace pv
AppControl::Instance()->add_font_form(_search_widget);
AppControl::Instance()->add_font_form(_trigger_widget);
AppControl::Instance()->add_font_form(_view->get_time_view());
AppControl::Instance()->add_font_form(_view);
// event
connect(&_event, SIGNAL(session_error()), this, SLOT(on_session_error()));