Skip to content

Commit

Permalink
use styleName rather than id (better for overrides)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Jan 8, 2025
1 parent ab7bc84 commit 8b61e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haxe/ui/components/pickers/MenuItemPicker.hx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import haxe.ui.util.Variant;
@:composite(Builder)
@:xml('
<item-picker>
<hbox id="itemPickerRenderer">
<hbox styleName="item-picker-renderer">
<image id="itemIcon" verticalAlign="center" />
<label id="itemText" text="Select Item" verticalAlign="center" />
<box height="100%" styleName="item-picker-trigger-icon-container">
Expand Down

0 comments on commit 8b61e94

Please sign in to comment.