efl_ui_navigation_layout: fix bar value to be Efl.Ui.Layout_Base

Since Efl.Ui.Layout is renamed to Efl.Ui.Layout_Base, the bar value is
fixed to be Efl.Ui.Layout_Base.
This commit is contained in:
Jaehyun Cho 2019-03-12 14:42:28 +09:00
parent dbe5cd3ac8
commit 6c00b54305
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class @beta Efl.Ui.Navigation_Layout extends Efl.Ui.Layout_Base implements Efl.C
get {
}
values {
value: Efl.Ui.Layout;
value: Efl.Ui.Layout_Base;
[[The bar object located at the top area of the Navigation Layout.
]]
}