efl_ui_alert_popup: remove beta for efl_ui_alert_popup_title

Summary: remove the title part beta tag for the efl ui alert popup

Reviewers: Jaehyun_Cho, zmike, bu5hm4n, segfaultxavi

Reviewed By: Jaehyun_Cho

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10820
This commit is contained in:
Taehyub Kim 2019-12-06 17:49:52 +09:00 committed by Jaehyun Cho
parent caf15e780b
commit 6358d5e927
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ class Efl.Ui.Alert_Popup extends Efl.Ui.Popup
}
}
parts {
title @beta: Efl.Ui.Alert_Popup_Part_Title; [[The title text of Alert Popup.]]
title : Efl.Ui.Alert_Popup_Part_Title; [[The title text of Alert Popup.]]
}
implements {
Efl.Object.constructor;

View File

@ -1,4 +1,4 @@
class @beta Efl.Ui.Alert_Popup_Part_Title extends Efl.Ui.Layout_Part_Text
class Efl.Ui.Alert_Popup_Part_Title extends Efl.Ui.Layout_Part_Text
{
[[Efl UI Alert Popup internal part class]]
data: null;