From a35352644496a4b06bed47e9f41832c585cf37a5 Mon Sep 17 00:00:00 2001 From: RomainFT Date: Sat, 25 May 2024 22:19:12 +0200 Subject: [PATCH] credit contributions from @ARAKHN1D --- data/com.github.maoschanz.drawing.gschema.xml | 4 ++-- debian/changelog | 2 ++ src/main.py | 2 +- src/optionsbars/classic/optionsbar-classic.ui | 3 ++- src/ui/window.ui | 2 -- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/data/com.github.maoschanz.drawing.gschema.xml b/data/com.github.maoschanz.drawing.gschema.xml index 2173e254..26ab5390 100644 --- a/data/com.github.maoschanz.drawing.gschema.xml +++ b/data/com.github.maoschanz.drawing.gschema.xml @@ -78,7 +78,7 @@ The default color background of a new image. - 1000 + 1030 Default width Default width of a new image (px). @@ -90,7 +90,7 @@ - 1000 + 580 Width of the window The width of the last closed window. diff --git a/debian/changelog b/debian/changelog index c27a506f..1137e499 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ drawing (1.2.0) unstable; urgency=low * preserve transparency of the original area when skewing with a solid background color * add "circle" and "checkmark" options to the "points" tool (#458) * fix the font antialiasing for the "points" tool (#458) + * remember the value of the window size (#634 by @ARAKHN1D) + * change the bug report link to help people without a github account (#641 by @ARAKHN1D) * update several translations -- Romain F. T. Sat, 16 Mar 2024 13:12:00 +0100 diff --git a/src/main.py b/src/main.py index ec7d2089..ab3d966c 100644 --- a/src/main.py +++ b/src/main.py @@ -283,7 +283,7 @@ def on_about(self, *args): """Action callback, showing the "about" dialog.""" about_dialog = Gtk.AboutDialog(transient_for=self.props.active_window, copyright="© 2018-2023 Romain F. T.", - authors=["Romain F. T.", "Fábio Colacio", "Alexis Lozano"], + authors=["Romain F. T.", "Fábio Colacio", "Alexis Lozano", "Arak @ARAKHN1D"], # To translators: "translate" this by a list of your names (one name # per line), they will be displayed in the "about" dialog translator_credits=_("translator-credits"), diff --git a/src/optionsbars/classic/optionsbar-classic.ui b/src/optionsbars/classic/optionsbar-classic.ui index 134b7a55..123c9610 100644 --- a/src/optionsbars/classic/optionsbar-classic.ui +++ b/src/optionsbars/classic/optionsbar-classic.ui @@ -2,7 +2,7 @@ 1 - 80 + 99 1 4 10 @@ -150,3 +150,4 @@ size-8-symbolic + diff --git a/src/ui/window.ui b/src/ui/window.ui index 86f2aacf..09e6909e 100644 --- a/src/ui/window.ui +++ b/src/ui/window.ui @@ -9,8 +9,6 @@