diff options
author | Scott Balneaves <[email protected]> | 2012-12-13 20:01:54 -0600 |
---|---|---|
committer | Scott Balneaves <[email protected]> | 2012-12-13 20:01:54 -0600 |
commit | 0eb2befbdb3b986cfe2a6ac3429951f463a10a7c (patch) | |
tree | 7b10751550bf6cbe176471417700d2826415e8a7 /capplets/about-me/mate-about-me-dialog.ui | |
parent | 9c36e768c1636dd1e1d68dc7029a6f5918bb55d2 (diff) | |
download | mate-control-center-0eb2befbdb3b986cfe2a6ac3429951f463a10a7c.tar.bz2 mate-control-center-0eb2befbdb3b986cfe2a6ac3429951f463a10a7c.tar.xz |
Make the image size correspond to the scaling
Diffstat (limited to 'capplets/about-me/mate-about-me-dialog.ui')
-rw-r--r-- | capplets/about-me/mate-about-me-dialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/capplets/about-me/mate-about-me-dialog.ui b/capplets/about-me/mate-about-me-dialog.ui index 5324d220..c57f267c 100644 --- a/capplets/about-me/mate-about-me-dialog.ui +++ b/capplets/about-me/mate-about-me-dialog.ui @@ -57,8 +57,8 @@ <property name="spacing">12</property> <child> <object class="GtkButton" id="button-image"> - <property name="width_request">80</property> - <property name="height_request">80</property> + <property name="width_request">100</property> + <property name="height_request">100</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |