[Commits] [SCM] clawsker branch, master, updated. 1.3.4-3-gc2e81d5
mones at claws-mail.org
mones at claws-mail.org
Sat Dec 11 11:53:47 UTC 2021
The branch, master has been updated
via c2e81d592df82227615c4cb3025df147b3ccba44 (commit)
from f9f4ea4436e35e305813f6f1bb2f708ea957ac62 (commit)
Summary of changes:
clawsker | 24 ++++++++++++++++++++++--
1 file changed, 22 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit c2e81d592df82227615c4cb3025df147b3ccba44
Author: Ricardo Mones <ricardo at mones.org>
Date: Sat Dec 11 12:50:59 2021 +0100
Allow tweaking size of About window
diff --git a/clawsker b/clawsker
index adb348b..45f7407 100755
--- a/clawsker
+++ b/clawsker
@@ -1506,7 +1506,6 @@ sub new_colours_page() {
'3.17.3.1',
'300',
],
-
sour_w => [
'sourcewin_width',
$xl::s{l_win_w},
@@ -1843,6 +1842,23 @@ sub new_colours_page() {
'0.0.0',
'-1',
],
+ about_w => [
+ 'aboutwin_width',
+ $xl::s{l_win_w},
+ $xl::s{h_win_w},
+ 'int,0,3000', # 0 pixels - 3000 pixels
+ '3.7.1.44',
+ '450',
+ ],
+ about_h => [
+ 'aboutwin_height',
+ $xl::s{l_win_h},
+ $xl::s{h_win_h},
+ 'int,0,3000', # 0 pixels - 3000 pixels
+ '3.7.1.44',
+ '500',
+ ],
+
);
sub new_winpos_subpage_main() {
@@ -1991,7 +2007,11 @@ sub new_winpos_subpage_prefs() {
}
sub new_winpos_subpage_misc() {
- return new_grid_pack (4, 11, [
+ return new_grid_pack (4, 14, [
+ [ _('About window') ],
+ [ new_text_box_for_int (\%pr::win, 'about_w', \%HPVALUE),
+ new_text_box_for_int (\%pr::win, 'about_h', \%HPVALUE) ],
+ [ '--' ],
[ _('Log window') ],
[ new_text_box_for_int (\%pr::win, 'logw_w', \%HPVALUE),
new_text_box_for_int (\%pr::win, 'logw_h', \%HPVALUE) ],
-----------------------------------------------------------------------
hooks/post-receive
--
Hidden preferences editor for Claws Mail
More information about the Commits
mailing list