Skip to content

Commit a500b2b

Browse files
Fixing button height
1 parent 794539a commit a500b2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Packages/com.unity.inputsystem/InputSystem/Editor/Settings/InputSettingsProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ public override VisualElement CreateInspectorGUI()
496496
var openButton = new Button(() => InputSettingsProvider.Open())
497497
{
498498
text = "Open Input Settings Window",
499-
style = { height = 30 }
499+
style = { minHeight = 30, whiteSpace = WhiteSpace.Normal }
500500
};
501501
root.Add(openButton);
502502

0 commit comments

Comments
 (0)