diff options
author | raveit65 <[email protected]> | 2017-04-24 12:18:48 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-06-16 15:41:51 +0200 |
commit | e002fae65abda125fd4fd900a0993d378c8754b6 (patch) | |
tree | 5abea7a5c577f47070688324722252d0e33e00bf /capplets | |
parent | 10746e07865ef2fd5d22635186a44fa97c384a6b (diff) | |
download | mate-control-center-e002fae65abda125fd4fd900a0993d378c8754b6.tar.bz2 mate-control-center-e002fae65abda125fd4fd900a0993d378c8754b6.tar.xz |
about-me-password UI: set max_width_chars for description-label
This reduce the width of the dialog
Diffstat (limited to 'capplets')
-rw-r--r-- | capplets/about-me/mate-about-me-password.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/capplets/about-me/mate-about-me-password.ui b/capplets/about-me/mate-about-me-password.ui index 380b6e42..c34e9010 100644 --- a/capplets/about-me/mate-about-me-password.ui +++ b/capplets/about-me/mate-about-me-password.ui @@ -116,6 +116,7 @@ After you have authenticated, enter your new password, retype it for verification and click <b>Change password</b>.</property> <property name="use_markup">True</property> <property name="wrap">True</property> + <property name="max_width_chars">80</property> </object> <packing> <property name="expand">False</property> |