slider: fix comment for readability.

This commit is contained in:
ChunEon Park 2014-04-18 11:55:54 +09:00
parent fcd6880b6c
commit 7809e91bbc
1 changed files with 3 additions and 3 deletions

View File

@ -42,9 +42,9 @@ struct _Elm_Slider_Data
Eina_Bool spacer_down : 1;
Eina_Bool frozen : 1;
Eina_Bool units_show : 1;
Eina_Bool always_popup_show : 1; /*this flag is to set the visiblity of slider indicator
* if this flag is set then the indicator always show
*/
/* this flag is to set the visiblity of slider indicator
if this flag is set then the indicator always show */
Eina_Bool always_popup_show : 1;
};
/**