diff --git a/data/settings.gschema.xml b/data/settings.gschema.xml
index 4552591b..4075e916 100644
--- a/data/settings.gschema.xml
+++ b/data/settings.gschema.xml
@@ -7,12 +7,12 @@
Whether the window was maximized on last run
- 720
+ 520
Most recent window height
Most recent window height
- 1024
+ 830
Most recent window width
Most recent window width
diff --git a/po/pt.po b/po/pt.po
index 475af165..10aba7d1 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: switchboard\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 20:59+0000\n"
-"PO-Revision-Date: 2021-05-02 03:03+0000\n"
+"PO-Revision-Date: 2024-03-26 21:13+0000\n"
"Last-Translator: Hugo Carvalho \n"
"Language-Team: Portuguese \n"
@@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.4.2\n"
+"X-Generator: Weblate 5.0.2\n"
"X-Launchpad-Export-Date: 2017-02-02 05:48+0000\n"
#: src/Application.vala:109
@@ -39,7 +39,7 @@ msgstr "Nenhuma definição encontrada"
#: src/CategoryView.vala:47
msgid "Install settings plugins and re-launch System Settings."
-msgstr ""
+msgstr "Instalar os plugins de definições e reiniciar as Definições do Sistema."
#: src/CategoryView.vala:91
msgid "All Settings"
diff --git a/src/Application.vala b/src/Application.vala
index 11eac6b4..c99589f4 100644
--- a/src/Application.vala
+++ b/src/Application.vala
@@ -137,6 +137,7 @@ namespace Switchboard {
main_window = new Gtk.Window () {
application = this,
child = navigation_view,
+ height_request = 500,
icon_name = application_id,
title = _("System Settings"),
titlebar = new Gtk.Grid () { visible = false }