mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Re-namespace options, adjust font sizes + more.
This commit is contained in:
@ -5,6 +5,7 @@ using osu.Framework.Allocation;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.UserInterface;
|
||||
using osu.Framework.Input;
|
||||
using osu.Game.Overlays;
|
||||
using OpenTK.Graphics;
|
||||
|
||||
namespace osu.Game.Graphics.UserInterface
|
||||
@ -14,7 +15,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
public OsuTextBox()
|
||||
{
|
||||
Height = 40;
|
||||
TextContainer.Height = 0.6f;
|
||||
TextContainer.Height = OptionsOverlay.FONT_SIZE / Height;
|
||||
CornerRadius = 5;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user