[Commits] [SCM] clawsker branch, master, updated. 1.3.0-3-g3f2b1c5
wwp at claws-mail.org
wwp at claws-mail.org
Tue Dec 18 10:50:16 CET 2018
The branch, master has been updated
via 3f2b1c5ebcbf930a10adc13774c016ce386b02af (commit)
from abb30efb07f451fe1b633cc76f873d93b907bd89 (commit)
Summary of changes:
clawsker | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 3f2b1c5ebcbf930a10adc13774c016ce386b02af
Author: wwp <subscript at free.fr>
Date: Tue Dec 18 10:49:31 2018 +0100
Add preferences to edit the SSL manager window size.
diff --git a/clawsker b/clawsker
index 6fbebe7..9b31fe0 100755
--- a/clawsker
+++ b/clawsker
@@ -1703,6 +1703,22 @@ sub new_colours_page() {
'0.0.0',
'-1',
],
+ sslman_w => [
+ 'sslmanwin_width',
+ $xl::s{l_win_w},
+ $xl::s{h_win_w},
+ 'int,0,3000', # 0 pixels - 3000 pixels
+ '0.0.0',
+ '486',
+ ],
+ sslman_h => [
+ 'sslmanwin_height',
+ $xl::s{l_win_h},
+ $xl::s{h_win_h},
+ 'int,0,3000', # 0 pixels - 3000 pixels
+ '0.0.0',
+ '-1',
+ ],
plug_w => [
'pluginswin_width',
$xl::s{l_win_w},
@@ -1891,11 +1907,15 @@ sub new_winpos_subpage_prefs() {
}
sub new_winpos_subpage_misc() {
- return new_grid_pack (3, 8, [
+ return new_grid_pack (4, 11, [
[ _('Log window') ],
[ new_text_box_for_int (\%pr::win, 'logw_w', \%HPVALUE),
new_text_box_for_int (\%pr::win, 'logw_h', \%HPVALUE) ],
[ '--' ],
+ [ _('SSL manager') ],
+ [ new_text_box_for_int (\%pr::win, 'sslman_w', \%HPVALUE),
+ new_text_box_for_int (\%pr::win, 'sslman_h', \%HPVALUE) ],
+ [ '--' ],
[ _('Print preview window') ],
[ new_text_box_for_int (\%pr::win, 'prin_w', \%HPVALUE),
new_text_box_for_int (\%pr::win, 'prin_h', \%HPVALUE) ],
-----------------------------------------------------------------------
hooks/post-receive
--
Hidden preferences editor for Claws Mail
More information about the Commits
mailing list