diff options
Diffstat (limited to 'mdkapplet-restricted-helper')
-rwxr-xr-x | mdkapplet-restricted-helper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkapplet-restricted-helper b/mdkapplet-restricted-helper index 2d5a9219..2129d44a 100755 --- a/mdkapplet-restricted-helper +++ b/mdkapplet-restricted-helper @@ -73,7 +73,7 @@ sub get_restricted_authentication() { interactive::gtk::add_padding( new_link_button('https://my.mandriva.com/info', N("More information on your user account"))) ]), - gtknew('Table', col_spacings => 5, children => [ + gtknew('Table', col_spacings => 5, row_spacings => 5, children => [ [ N("Your email"), $email_w = gtknew('Entry') ], [ N("Your password"), $password_w ], ]), |