diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-06-09 10:00:02 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-06-09 10:00:02 +0200 |
commit | bad1044d6ea155d6f7aec6d79b576df7c3116c85 (patch) | |
tree | 2e721e99e91aad1daebcfd9f937234620d3874ea | |
parent | 2f59d3d9506455e66af5dca9304e7c333a6acb29 (diff) | |
download | sherlock.lv2-bad1044d6ea155d6f7aec6d79b576df7c3116c85.tar.xz |
remove aspect ratio control on button icon.
-rw-r--r-- | atom_inspector_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atom_inspector_ui.c b/atom_inspector_ui.c index 1c076c4..11fb303 100644 --- a/atom_inspector_ui.c +++ b/atom_inspector_ui.c @@ -780,7 +780,7 @@ _content_get(eo_ui_t *eoui) elm_layout_file_set(icon, ui->logo_path, NULL); evas_object_size_hint_min_set(icon, 20, 20); evas_object_size_hint_max_set(icon, 32, 32); - evas_object_size_hint_aspect_set(icon, EVAS_ASPECT_CONTROL_BOTH, 1, 1); + //evas_object_size_hint_aspect_set(icon, EVAS_ASPECT_CONTROL_BOTH, 1, 1); evas_object_show(icon); elm_object_part_content_set(info, "icon", icon); } |