Skip to content

Commit

Permalink
LanguagePicker.vala - modal param doesn't exist anymore, dialog styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Aug 28, 2023
1 parent fb3b176 commit 300319c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fuses/locale/LanguagePicker.vala
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ class Locale.LanguagePicker : He.Window {
}

construct {
this.modal = true;
this.resizable = false;
this.set_size_request (440, 550);
this.add_css_class ("dialog-content");

var content = new Gtk.Box (Gtk.Orientation.VERTICAL, 12);

Expand Down Expand Up @@ -89,4 +89,4 @@ class Locale.LanguagePicker : He.Window {

this.set_child (content);
}
}
}

0 comments on commit 300319c

Please sign in to comment.