mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Add horizontal padding to currently playing search textbox
This commit is contained in:
parent
436f1e4ae4
commit
247d426c8a
@ -60,7 +60,7 @@ namespace osu.Game.Overlays.Dashboard
|
||||
new Container<BasicSearchTextBox>
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Padding = new MarginPadding(padding),
|
||||
Padding = new MarginPadding { Horizontal = WaveOverlayContainer.HORIZONTAL_PADDING, Vertical = padding },
|
||||
Child = searchTextBox = new BasicSearchTextBox
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
|
Loading…
Reference in New Issue
Block a user