Skip to content

Commit

Permalink
Update main_form.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Oct 8, 2024
1 parent ac68864 commit 510cb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/xtdc-gui/src/main_form.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ main_form::main_form() {

startup_title_label_.parent(startup_panel_);
startup_title_label_.location({50, 50});
startup_title_label_.font({startup_title_label_.font(), 24.0});
startup_title_label_.auto_size(true);
startup_title_label_.text("Start");
startup_title_label_.font({startup_title_label_.font(), 24.0});

startup_open_recent_project_title_label_.parent(startup_panel_);
startup_open_recent_project_title_label_.location({50, 115});
Expand Down

0 comments on commit 510cb79

Please sign in to comment.