From 954794a65f7ba28d00e03f558500600faebed4a7 Mon Sep 17 00:00:00 2001 From: Ricardo Mones Date: Mon, 17 Oct 2011 14:55:38 +0200 Subject: [PATCH] Make some vertical room on the GUI page --- ChangeLog | 5 +++++ VC | 2 +- clawsker | 9 ++++----- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index dc1f01f..411ced6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-10-17 14:53 mones 0.7.5git449 + + * clawsker + Make some vertical room on the GUI page + 2011-04-11 23:31 mones 0.7.5 * clawsker diff --git a/VC b/VC index 2b20fd0..29ba0df 100644 --- a/VC +++ b/VC @@ -1 +1 @@ -449 +450 diff --git a/clawsker b/clawsker index 2463392..2ca0476 100755 --- a/clawsker +++ b/clawsker @@ -1,7 +1,6 @@ #!/usr/bin/perl -w # # Clawsker :: A Claws Mail Tweaker -# $Id$ # use strict; use encoding 'utf8'; @@ -93,7 +92,7 @@ sub _ { l_gui_v_scroll_hide => _('Hide always'), l_gui_strip_off => _('Coloured lines contrast'), h_gui_strip_off => _('Specify the value to use when creating alternately coloured lines in tree view components. The smaller the value, the less visible the difference in the alternating colours of the lines.'), - l_gui_cursor_v => _('Show cursor in message view'), + l_gui_cursor_v => _('Show cursor'), h_gui_cursor_v => _('Display the cursor in the Message View.'), l_gui_toolbar_d => _('Detachable toolbars'), h_gui_toolbar_d => _('Show handles in the toolbars.'), @@ -105,7 +104,7 @@ sub _ { h_gui_two_line_v => _('Spread Message List information over two lines when using the three column mode.'), l_gui_margin_co => _('Show compose margin'), h_gui_margin_co => _('Shows a small margin in the Compose View.'), - l_gui_mview_date => _('Don\'t display localized date in Message View'), + l_gui_mview_date => _('Don\'t display localized date'), h_gui_mview_date => _('Toggles localization of date format in Message View'), l_beh_hover_t => _('Drag \'n\' drop hover timeout (ms)'), @@ -716,13 +715,13 @@ sub new_gui_page() { $xl::s{mlist_frame}, 'not-packed'), FALSE, FALSE, FRAME_SPC); $gf->pack_start (&new_subpage_frame ( - &new_vbox_pack ( + &new_hbox_pack ( &new_check_button_for (\%pr::gui, 'cursor_v'), &new_check_button_for (\%pr::gui, 'mview_date')), $xl::s{mview_frame}, 'not-packed'), FALSE, FALSE, FRAME_SPC); $gf->pack_start (&new_subpage_frame ( - &new_vbox_pack ( + &new_hbox_pack ( &new_check_button_for (\%pr::gui, 'no_markup'), &new_check_button_for (\%pr::gui, 'margin_co')), $xl::s{compo_frame}, 'not-packed'), -- 2.25.1