[Commits] [SCM] clawsker branch, master, updated. 1.2.0-55-g6b757e9

mones at claws-mail.org mones at claws-mail.org
Fri Nov 30 19:32:00 CET 2018


The branch, master has been updated
       via  6b757e93db57e6d564750e00645efa4d73ddddcd (commit)
      from  0897565afc8ded8252ae304c150ce241fc204f04 (commit)

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


- Log -----------------------------------------------------------------
commit 6b757e93db57e6d564750e00645efa4d73ddddcd
Author: Ricardo Mones <ricardo at mones.org>
Date:   Fri Nov 30 19:31:19 2018 +0100

    Fix bug 4128: Can not display buttons in 1366x768

diff --git a/clawsker b/clawsker
index 4428dd4..cda416d 100755
--- a/clawsker
+++ b/clawsker
@@ -266,7 +266,7 @@ use constant {
     PLUGIN => 6, # plugin section (only in plugin preferences)
     # constants for GUI spacing
     HBOX_PAD => 5,
-    GRID_SPC => 10,
+    GRID_SPC => 9,
     # for data references indexing
     VALUE => 0,
     IVALUE => 1,
@@ -929,8 +929,8 @@ sub new_gui_page() {
         [ new_text_box_for_int (\%pr::gui, 'warn_send_multi', \%HPVALUE) ],
         [ '--' ],
         [ _('Scroll bars') ],
-        [ new_check_button_for (\%pr::gui, 'h_scroll', \%HPVALUE) ],
-        [ new_selection_box_for (\%pr::gui, 'v_scroll', \%HPVALUE) ],
+        [ new_check_button_for (\%pr::gui, 'h_scroll', \%HPVALUE),
+            new_selection_box_for (\%pr::gui, 'v_scroll', \%HPVALUE) ],
         [ '--' ],
         [ _('Other') ],
         [ new_check_button_for (\%pr::gui, 'dot_lines', \%HPVALUE),

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


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


More information about the Commits mailing list