Skip to content

Commit

Permalink
Merge pull request #48 from dbhowell/fix-preferences-dialog
Browse files Browse the repository at this point in the history
Remove switcher for now (fixes #44)
  • Loading branch information
dbhowell authored Aug 31, 2021
2 parents c391e00 + 2642960 commit 0eaa40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dialogs/PreferencesDialog.vala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace Peeq.Dialogs {
main_stackswitcher.halign = Gtk.Align.CENTER;

var main_grid = new Gtk.Grid ();
main_grid.attach (main_stackswitcher, 0, 0, 1, 1);
//main_grid.attach (main_stackswitcher, 0, 0, 1, 1);
main_grid.attach (main_stack, 0, 1, 1, 1);

get_content_area ().add (main_grid);
Expand Down

0 comments on commit 0eaa40e

Please sign in to comment.