Skip to content

Commit

Permalink
TabButton rather than Button
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Nov 24, 2023
1 parent aec0b0f commit ff9da88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haxe/ui/containers/TabView.hx
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ private class Builder extends CompositeBuilder {
button.icon = icon;
button.tooltip = child.tooltip;
if (child.id != null) {
button.id = child.id + "Button";
button.id = child.id + "TabButton";
}
if (child.styleNames != null) {
button.styleNames = child.styleNames;
Expand Down

0 comments on commit ff9da88

Please sign in to comment.