diff options
author | raveit65 <[email protected]> | 2017-04-24 12:18:48 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-05-16 17:51:13 +0200 |
commit | f959ba1c1b8dca8f9f7df57f4b484b8f017c0090 (patch) | |
tree | 6e8311c10c7d72632e0252ea59387f3ef9858868 /capplets/about-me | |
parent | f53a87e20e12222526aec8b7e362d47ceb0de49a (diff) | |
download | mate-control-center-f959ba1c1b8dca8f9f7df57f4b484b8f017c0090.tar.bz2 mate-control-center-f959ba1c1b8dca8f9f7df57f4b484b8f017c0090.tar.xz |
about-me-password UI: set max_width_chars for description-label
This reduce the width of the dialog
Diffstat (limited to 'capplets/about-me')
-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> |