diff options
-rwxr-xr-x | MandrivaUpdate | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/MandrivaUpdate b/MandrivaUpdate index db820f0a..35e1763f 100755 --- a/MandrivaUpdate +++ b/MandrivaUpdate @@ -113,9 +113,7 @@ sub run_treeview_dialog { ), resize1 => 1, ), - 0, gtknew('Label', font => '2'), - 0, Gtk2::HSeparator->new, - 0, gtknew('Label', font => '2'), + 0, gtkset_size_request(Gtk2::HSeparator->new, -1, 5), 0, gtkpack_( gtknew('HBox', spacing => 20), 0, gtksignal_connect( |