From 8fb2e409b73abaa0a4f858dc2f396dda7e17e9c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Sat, 23 Mar 2024 11:49:15 -0700 Subject: [PATCH 1/2] Application: set window minimize size (#304) * Application: set window minimize size * also reduce default size --------- Co-authored-by: Jeremy Wootten --- data/settings.gschema.xml | 4 ++-- src/Application.vala | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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/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 } From 7b1df71f574f53cc010a900c915fbcbe01cdd7bd Mon Sep 17 00:00:00 2001 From: Hugo Carvalho Date: Mon, 25 Mar 2024 20:48:23 +0000 Subject: [PATCH 2/2] Translated using Weblate (Portuguese) Currently translated at 100.0% (12 of 12 strings) Translation: Switchboard/Switchboard Translate-URL: https://l10n.elementary.io/projects/switchboard/switchboard/pt/ --- po/pt.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"