summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);