nikawhite pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=9f8eaf6a765a74ef11c16c7f57ed72eac0c6b78e

commit 9f8eaf6a765a74ef11c16c7f57ed72eac0c6b78e
Author: Tetiana Naumenko <[email protected]>
Date:   Thu Jun 15 12:28:00 2017 +0300

    theme: fix bug with scaling lower then 1 for inwin/splash
    
    Change-Id: Ic8f7729c1043881ceaea863e1382b2d77eaa9875
---
 data/themes/default/widgets/inwin.edc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/data/themes/default/widgets/inwin.edc 
b/data/themes/default/widgets/inwin.edc
index b8fd1270e..c0941cc82 100644
--- a/data/themes/default/widgets/inwin.edc
+++ b/data/themes/default/widgets/inwin.edc
@@ -524,6 +524,7 @@ group { name: "elm/win/inwin/splash";
             image {
                normal: "popup-bg.png";
                border: 32 32 32 32;
+               border_scale: 1;
                middle: DEFAULT;
             }
          }

-- 


Reply via email to