[Commits] [SCM] clawsker branch, master, updated. 1.3.2-4-g0082185
mones at claws-mail.org
mones at claws-mail.org
Sun Feb 7 15:54:35 UTC 2021
The branch, master has been updated
via 0082185bc7f0a5a5abd1f246bed14e92f99cc8a8 (commit)
from 875d634960aedae9acc3f003cbe63ef80bcca8ab (commit)
Summary of changes:
clawsker | 25 +++++++++++++++++++++++--
1 file changed, 23 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 0082185bc7f0a5a5abd1f246bed14e92f99cc8a8
Author: Ricardo Mones <ricardo at mones.org>
Date: Sun Feb 7 16:54:26 2021 +0100
Add support for open URLs window sizes
diff --git a/clawsker b/clawsker
index 9f48d47..87338a8 100755
--- a/clawsker
+++ b/clawsker
@@ -1382,6 +1382,23 @@ sub new_colours_page() {
'0.0.0',
'540',
],
+ urio_w => [
+ 'uriopenerwin_width',
+ $xl::s{l_win_w},
+ $xl::s{h_win_w},
+ 'int,0,3000', # 0 pixels - 3000 pixels
+ '3.17.3.1',
+ '-1',
+ ],
+ urio_h => [
+ 'uriopenerwin_height',
+ $xl::s{l_win_h},
+ $xl::s{h_win_h},
+ 'int,0,3000', # 0 pixels - 3000 pixels
+ '3.17.3.1',
+ '-1',
+ ],
+
send_w => [
'sendwin_width',
$xl::s{l_win_w},
@@ -1830,12 +1847,16 @@ sub new_winpos_subpage_main() {
}
sub new_winpos_subpage_msgs() {
- return new_grid_pack (3, 4, [
+ return new_grid_pack (3, 7, [
[ _('Message window') ],
[ new_text_box_for_int (\%pr::win, 'msgs_x', \%HPVALUE) ],
[ new_text_box_for_int (\%pr::win, 'msgs_y', \%HPVALUE) ],
[ new_text_box_for_int (\%pr::win, 'msgs_w', \%HPVALUE),
- new_text_box_for_int (\%pr::win, 'msgs_h', \%HPVALUE) ]
+ new_text_box_for_int (\%pr::win, 'msgs_h', \%HPVALUE) ],
+ [ '--' ],
+ [ _('Open URLs window') ],
+ [ new_text_box_for_int (\%pr::win, 'urio_w', \%HPVALUE),
+ new_text_box_for_int (\%pr::win, 'urio_h', \%HPVALUE) ]
]);
}
-----------------------------------------------------------------------
hooks/post-receive
--
Hidden preferences editor for Claws Mail
More information about the Commits
mailing list