diff --git a/CBT/CBT.csproj b/CBT/CBT.csproj index 59c7ed6..f4d24eb 100644 --- a/CBT/CBT.csproj +++ b/CBT/CBT.csproj @@ -3,7 +3,7 @@ cultbaus - - 0.0.3.8 + 0.0.3.9 This plugin manipulates flytext. - https://github.com/cultbaus/CBT diff --git a/CBT/Interface/Tabs/Tab.cs b/CBT/Interface/Tabs/Tab.cs index 8f0513a..df03cf0 100644 --- a/CBT/Interface/Tabs/Tab.cs +++ b/CBT/Interface/Tabs/Tab.cs @@ -354,7 +354,7 @@ public abstract class Tab if (this.CurrentIconEnabled) { GuiArtist.DrawLabelPrefix("Select Icon Size", sameLine: false); - GuiArtist.DrawInputInt($"Icon Size_{this.Name}", sameLine: true, (int)this.CurrentIconSize, 14, 32, size => { this.CurrentIconSize = size; }); + GuiArtist.DrawInputInt($"Icon Size_{this.Name}", sameLine: true, (int)this.CurrentIconSize, 14, 64, size => { this.CurrentIconSize = size; }); GuiArtist.DrawSubTitle("Icon Outline Configurations"); {