summaryrefslogtreecommitdiffstats
path: root/control-center
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-24 23:54:48 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-24 23:54:48 +0000
commit6a8342b2c2e6953890fc803628495612ef077642 (patch)
tree891cb9e47764323b53d6a677c406518196777f53 /control-center
parentc74a9c3c8bdab47a24f0617a9ea894d367e756c2 (diff)
downloadcontrol-center-6a8342b2c2e6953890fc803628495612ef077642.tar
control-center-6a8342b2c2e6953890fc803628495612ef077642.tar.gz
control-center-6a8342b2c2e6953890fc803628495612ef077642.tar.bz2
control-center-6a8342b2c2e6953890fc803628495612ef077642.tar.xz
control-center-6a8342b2c2e6953890fc803628495612ef077642.zip
ellipsize the text if too big
Diffstat (limited to 'control-center')
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index fbc019c9..ac397f94 100755
--- a/control-center
+++ b/control-center
@@ -862,7 +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>),
+ gtknew('Label_Right', text_markup => qq(<small>$text</small>), ellipsize => 'end',
),
clicked => sub {
$view->load_html_string($string, '/');