Skip to content

Commit

Permalink
Merge pull request #10 from manexim/ui-fixes
Browse files Browse the repository at this point in the history
UI fixes
  • Loading branch information
meisenzahl authored Jan 3, 2022
2 parents 2d21df6 + d28d342 commit 4ddc306
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ public class MainWindow : Hdy.Window {
insert_action_group ("win", actions);

set_application (app);
set_title (Constants.APP_NAME);
set_size_request (700, 500);

foreach (var action in action_accelerators.get_keys ()) {
var accels_array = action_accelerators[action].to_array ();
Expand Down

0 comments on commit 4ddc306

Please sign in to comment.