summaryrefslogtreecommitdiffstats
path: root/control-center
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-24 23:54:56 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-24 23:54:56 +0000
commitff87c76165a6955f99f29f4460f3a85f7e5edf72 (patch)
tree6627d77c86608916e54aa318498acfe31226c6b3 /control-center
parent6a8342b2c2e6953890fc803628495612ef077642 (diff)
downloadcontrol-center-ff87c76165a6955f99f29f4460f3a85f7e5edf72.tar
control-center-ff87c76165a6955f99f29f4460f3a85f7e5edf72.tar.gz
control-center-ff87c76165a6955f99f29f4460f3a85f7e5edf72.tar.bz2
control-center-ff87c76165a6955f99f29f4460f3a85f7e5edf72.tar.xz
control-center-ff87c76165a6955f99f29f4460f3a85f7e5edf72.zip
kill extra spacing
Diffstat (limited to 'control-center')
-rwxr-xr-xcontrol-center3
1 files changed, 1 insertions, 2 deletions
diff --git a/control-center b/control-center
index ac397f94..ba0ece03 100755
--- a/control-center
+++ b/control-center
@@ -862,8 +862,7 @@ foreach (@tree) {
$labels[$index-1]{help} = $help;
push @buttons, gtknew('Button', relief => 'none', child =>
- gtknew('Label_Right', text_markup => qq(<small>$text</small>), ellipsize => 'end',
- ),
+ gtknew('Label_Right', text_markup => qq(<small>$text</small>), ellipsize => 'end'),
clicked => sub {
$view->load_html_string($string, '/');
$steps->move_selection($_[0]->child->allocation->y);