[Commits] [SCM] clawsker branch, master, updated. 1.3.4-1-g83c5330

mones at claws-mail.org mones at claws-mail.org
Wed Oct 20 01:39:48 CEST 2021


The branch, master has been updated
       via  83c5330cffaecb7831eb61b7a175d7520dce5891 (commit)
      from  c1e1c8b1a2761b5c444789147e75e5b907ae7443 (commit)

Summary of changes:
 clawsker | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 83c5330cffaecb7831eb61b7a175d7520dce5891
Author: Ricardo Mones <ricardo at mones.org>
Date:   Wed Oct 20 01:39:27 2021 +0200

    Fix bug 4543: fit in 720 pixels height screens

diff --git a/clawsker b/clawsker
index 9abe614..18f01a7 100755
--- a/clawsker
+++ b/clawsker
@@ -958,8 +958,8 @@ sub new_gui_page() {
         [ _('Compose window') ],
         [ new_check_button_for (\%pr::gui, 'no_markup', \%HPVALUE),
             new_check_button_for (\%pr::gui, 'margin_co', \%HPVALUE) ],
-        [ new_check_button_for (\%pr::gui, 'type_any', \%HPVALUE) ],
-        [ new_text_box_for_int (\%pr::gui, 'warn_send_multi', \%HPVALUE) ],
+        [ new_check_button_for (\%pr::gui, 'type_any', \%HPVALUE),
+            new_text_box_for_int (\%pr::gui, 'warn_send_multi', \%HPVALUE) ],
         [ '--' ],
         [ _('Scroll bars') ],
         [ new_check_button_for (\%pr::gui, 'h_scroll', \%HPVALUE),

-----------------------------------------------------------------------


hooks/post-receive
-- 
Hidden preferences editor for Claws Mail


More information about the Commits mailing list