This reverts commit e73f4aff04.
e73f4aff04
@ -42,7 +42,7 @@ BI.TextButton = BI.inherit(BI.BasicButton, {
value: o.value,
py: o.py,
keyword: o.keyword,
title: null,
title: o.title,
});
},
@ -62,7 +62,7 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
height: o.height,
}],
};
@ -56,7 +56,7 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
}, {
type: "bi.icon_label",
@ -55,7 +55,7 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
@ -52,7 +52,7 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
@ -53,7 +53,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
@ -46,7 +46,7 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
@ -39,7 +39,7 @@ BI.TextItem = BI.inherit(BI.BasicButton, {
@ -50,7 +50,7 @@ BI.IconTextIconNode = BI.inherit(BI.NodeButton, {
@ -50,7 +50,7 @@ BI.IconTextNode = BI.inherit(BI.NodeButton, {
@ -42,7 +42,7 @@ BI.TextIconNode = BI.inherit(BI.NodeButton, {
@ -38,7 +38,7 @@ BI.TextNode = BI.inherit(BI.NodeButton, {