Skip to content

Commit

Permalink
Merge branch 'main' into danirabbit/styles-fixtoolbarbleed
Browse files Browse the repository at this point in the history
  • Loading branch information
lenemter authored Mar 27, 2024
2 parents 9a3b49e + 7b1df71 commit 0242ace
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions data/settings.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<description>Whether the window was maximized on last run</description>
</key>
<key name="window-height" type="i">
<default>720</default>
<default>520</default>
<summary>Most recent window height</summary>
<description>Most recent window height</description>
</key>
<key name="window-width" type="i">
<default>1024</default>
<default>830</default>
<summary>Most recent window width</summary>
<description>Most recent window width</description>
</key>
Expand Down
6 changes: 3 additions & 3 deletions po/pt.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>\n"
"Language-Team: Portuguese <https://l10n.elementary.io/projects/switchboard/"
"switchboard/pt/>\n"
Expand All @@ -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
Expand All @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 0242ace

Please sign in to comment.