[Commits] [SCM] clawsker branch, master, updated. 1.3.2-3-g875d634
mones at claws-mail.org
mones at claws-mail.org
Sun Feb 7 15:41:37 UTC 2021
The branch, master has been updated
via 875d634960aedae9acc3f003cbe63ef80bcca8ab (commit)
from b61fdce7a20a97a36ef6a9dadb06561a7edaf97f (commit)
Summary of changes:
clawsker | 25 +++++++++++++++++++++++--
1 file changed, 23 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 875d634960aedae9acc3f003cbe63ef80bcca8ab
Author: Ricardo Mones <ricardo at mones.org>
Date: Sun Feb 7 16:41:18 2021 +0100
Add support for folder sorting window sizes
diff --git a/clawsker b/clawsker
index 2ccb14d..9f48d47 100755
--- a/clawsker
+++ b/clawsker
@@ -1462,6 +1462,23 @@ sub new_colours_page() {
'0.0.0',
'-1',
],
+ fsor_w => [
+ 'foldersortwin_width',
+ $xl::s{l_win_w},
+ $xl::s{h_win_w},
+ 'int,0,3000', # 0 pixels - 3000 pixels
+ '3.17.3.1',
+ '400',
+ ],
+ fsor_h => [
+ 'foldersortwin_height',
+ $xl::s{l_win_h},
+ $xl::s{h_win_h},
+ 'int,0,3000', # 0 pixels - 3000 pixels
+ '3.17.3.1',
+ '300',
+ ],
+
sour_w => [
'sourcewin_width',
$xl::s{l_win_w},
@@ -1835,7 +1852,7 @@ sub new_winpos_subpage_sendrecv() {
}
sub new_winpos_subpage_fold() {
- return new_grid_pack (3, 7, [
+ return new_grid_pack (3, 10, [
[ _('Folder window') ],
[ new_text_box_for_int (\%pr::win, 'fold_x', \%HPVALUE) ],
[ new_text_box_for_int (\%pr::win, 'fold_y', \%HPVALUE) ],
@@ -1844,7 +1861,11 @@ sub new_winpos_subpage_fold() {
[ '--' ],
[ _('Folder selection window') ],
[ new_text_box_for_int (\%pr::win, 'fsel_w', \%HPVALUE),
- new_text_box_for_int (\%pr::win, 'fsel_h', \%HPVALUE) ]
+ new_text_box_for_int (\%pr::win, 'fsel_h', \%HPVALUE) ],
+ [ '--' ],
+ [ _('Folder sorting window') ],
+ [ new_text_box_for_int (\%pr::win, 'fsor_w', \%HPVALUE),
+ new_text_box_for_int (\%pr::win, 'fsor_h', \%HPVALUE) ],
]);
}
-----------------------------------------------------------------------
hooks/post-receive
--
Hidden preferences editor for Claws Mail
More information about the Commits
mailing list