Skip to content

Commit

Permalink
Update MainWindow.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkdeveloper committed Dec 17, 2022
1 parent 59fecb9 commit 8adb014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Gst.Bus player_bus;
scroll.set_child(clamp);
current_action = new Label(_("Welcome!"));
current_action.add_css_class("title-4");
current_action.wrap = true;
current_action.wrap = true;
current_action.wrap_mode = WORD;
vbox_list_page = new Box(Orientation.VERTICAL,5);
vbox_list_page.append (current_action);
Expand Down

0 comments on commit 8adb014

Please sign in to comment.