Skip to content

Commit

Permalink
MainWindow: Use default height/width (#540)
Browse files Browse the repository at this point in the history
Co-authored-by: Cassidy James Blaede <[email protected]>
Co-authored-by: Fabio Zaramella <[email protected]>
  • Loading branch information
3 people authored Aug 25, 2021
1 parent 7348575 commit 4540b23
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 @@ -36,11 +36,11 @@ public class Installer.MainWindow : Hdy.Window {
public MainWindow () {
Object (
deletable: false,
height_request: 700,
default_height: 600,
default_width: 850,
icon_name: "system-os-installer",
resizable: false,
title: _("Install %s").printf (Utils.get_pretty_name ()),
width_request: 950,
window_position: Gtk.WindowPosition.CENTER_ALWAYS
);
}
Expand Down

0 comments on commit 4540b23

Please sign in to comment.