rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=68a82767e628c5d71dae9a1f024526700dbfd1eb

commit 68a82767e628c5d71dae9a1f024526700dbfd1eb
Author: Vitalii Vorobiov <[email protected]>
Date:   Fri Aug 5 13:26:23 2016 +0300

    property_textblock: add missing value Extraexpanded for font width
    
    @fix
---
 src/bin/ui/property/property_textblock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui/property/property_textblock.c 
b/src/bin/ui/property/property_textblock.c
index 760ec25..089e0f4 100644
--- a/src/bin/ui/property/property_textblock.c
+++ b/src/bin/ui/property/property_textblock.c
@@ -90,10 +90,10 @@ static const char *font_width_list[] = { "Normal",
                                          "Ultracondensed",
                                          "Extracondensed",
                                          "Condensed",
-                                         "Extracondensed",
                                          "Semicondensed",
                                          "Semiexpanded",
                                          "Expanded",
+                                         "Extraexpanded",
                                          "Ultraexpanded",
                                          NULL};
 

-- 


Reply via email to