diff options
author | Ali Alzyod <ali198724@gmail.com> | 2020-01-07 09:20:29 +0100 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2020-01-07 09:32:03 +0100 |
commit | 36a50f4d82e9865af7534753e9ca914020f23b07 (patch) | |
tree | 7994d6417e202885eba334ae6ad5b5ac18f4a431 /src/lib/efl | |
parent | 5196484832716a8fdd566e132bfdb5f9247078f3 (diff) |
efl.text_style: remame underline2 and glow2
Summary: rename underline2 into secondary_underline and glow2 into secondary_glow
Reviewers: woohyun, segfaultxavi
Reviewed By: segfaultxavi
Subscribers: cedric, #reviewers, #committers
Tags: #efl
Maniphest Tasks: T7857
Differential Revision: https://phab.enlightenment.org/D11024
Diffstat (limited to 'src/lib/efl')
-rw-r--r-- | src/lib/efl/interfaces/efl_text_style.eo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/efl/interfaces/efl_text_style.eo b/src/lib/efl/interfaces/efl_text_style.eo index 8807e047ac..a975ebdc96 100644 --- a/src/lib/efl/interfaces/efl_text_style.eo +++ b/src/lib/efl/interfaces/efl_text_style.eo | |||
@@ -156,7 +156,7 @@ interface @beta Efl.Text_Style { | |||
156 | } | 156 | } |
157 | } | 157 | } |
158 | 158 | ||
159 | @property text_underline2_color | 159 | @property text_secondary_underline_color |
160 | { | 160 | { |
161 | [[Color of the secondary underline. Only valid when @.text_underline_type is | 161 | [[Color of the secondary underline. Only valid when @.text_underline_type is |
162 | @Efl.Text_Style_Underline_Type.double.]] | 162 | @Efl.Text_Style_Underline_Type.double.]] |
@@ -241,7 +241,7 @@ interface @beta Efl.Text_Style { | |||
241 | } | 241 | } |
242 | } | 242 | } |
243 | 243 | ||
244 | @property text_glow2_color | 244 | @property text_secondary_glow_color |
245 | { | 245 | { |
246 | [[Color of the secondary glow decoration. | 246 | [[Color of the secondary glow decoration. |
247 | This is the color of the inner glow (where it touches the text) which | 247 | This is the color of the inner glow (where it touches the text) which |