Skip to content

Commit

Permalink
Merge pull request #35 from techno-dwarf-works/feature/refactoring
Browse files Browse the repository at this point in the history
Version 0.0.32
  • Loading branch information
uurha authored Aug 2, 2024
2 parents 762ab7c + 51aef39 commit f26fe65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ public virtual void OnAttach(VisualElement root)

var checkmark = labelParent.Q<VisualElement>("unity-checkmark");
checkmark?.style.AlignSelf(new StyleEnum<Align>(Align.Center));

var parent = labelParent.parent as Toggle;
parent?.style.MarginBottom(0);
}
}
}
2 changes: 1 addition & 1 deletion Assets/BetterCommons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.tdw.better.commons",
"displayName": "Better Commons",
"version": "0.0.31",
"version": "0.0.32",
"unity": "2021.3",
"description": " ",
"dependencies": {
Expand Down

0 comments on commit f26fe65

Please sign in to comment.