Skip to content

Commit

Permalink
FormatPicker.vala - modal param doesn't exist anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Aug 28, 2023
1 parent 01d647a commit de946d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fuses/locale/FormatPicker.vala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class Locale.FormatPicker : He.Window {
}

construct {
this.modal = true;
this.resizable = false;
this.set_size_request (440, 550);

Expand Down Expand Up @@ -105,4 +104,4 @@ class Locale.FormatPicker : He.Window {

this.set_child (main);
}
}
}

0 comments on commit de946d5

Please sign in to comment.