diff options
-rwxr-xr-x | lib/network/netcenter.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/netcenter.pm b/lib/network/netcenter.pm index 3a16d90..a6d7497 100755 --- a/lib/network/netcenter.pm +++ b/lib/network/netcenter.pm @@ -105,7 +105,7 @@ sub main() { gtknew('HBox', children_tight => [ gtknew('Image', file => $_->get_type_icon), gtknew('VBox', children_tight => [ - $_->get_description, + gtknew('Title2', label => $_->get_description), gtknew('HBox', children_tight => [ gtknew('Label', padding => [ 20, 0 ]), gtknew('VBox', children_tight => [ |