Skip to content

Commit

Permalink
Fix button
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jul 27, 2024
1 parent 75db786 commit e06476e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public class Aqui.MainWindow : He.ApplicationWindow {
headerbar.append (spinner);
// TODO: Favourite popup remove favourites.
// headerbar.append (main_fav_button);
headerbar.append (menu_button);
headerbar.append_menu (menu_button);
headerbar.add_css_class ("hb");

var main_box = new Gtk.Overlay ();
Expand Down Expand Up @@ -176,7 +176,7 @@ public class Aqui.MainWindow : He.ApplicationWindow {

this.set_child (overlay_button);

set_size_request (360, 360);
set_size_request (360, 294);
default_height = 600;
default_width = 800;

Expand Down

0 comments on commit e06476e

Please sign in to comment.