diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | mdkapplet-restricted-helper | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ privileges - mdkapplet-restricted-helper o fix banners' titles + o fix vertical spacing between entries o prevent typing in empty password or login o rephrase some strings (explaining what are restricted media) 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 ], ]), |