Skip to content

Commit

Permalink
[ME] Smaller reset buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Keelhauled authored and ManlyMarco committed Jun 16, 2024
1 parent c854174 commit ca4757e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MaterialEditor.Base/UI/UI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public abstract class MaterialEditorUI : BaseUnityPlugin
internal const float DropdownWidth = 100f;
internal const float TextBoxWidth = 75f;
internal const float ColorLabelWidth = 10f;
internal const float ResetButtonWidth = 50f;
internal const float ResetButtonWidth = 30f;
internal const float ColorEditButtonWidth = 20f;
internal const float SliderWidth = 150f;
internal const float LabelXWidth = 60f;
Expand Down

0 comments on commit ca4757e

Please sign in to comment.