Skip to content

Commit

Permalink
Application: set window minimize size
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Mar 21, 2024
1 parent b4fc10b commit 7b3c926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ namespace Switchboard {
main_window = new Gtk.Window () {
application = this,
child = navigation_view,
height_request = 500,
icon_name = application_id,
title = _("System Settings"),
titlebar = headerbar
Expand Down

0 comments on commit 7b3c926

Please sign in to comment.