mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 15:33:21 +08:00
Reduce osu!direct panel width to allow three panels displayed at 16:9 resolutions
This commit is contained in:
parent
7c3b0dc919
commit
730eb2daa2
@ -31,7 +31,7 @@ namespace osu.Game.Overlays.Direct
|
||||
|
||||
public DirectGridPanel(BeatmapSetInfo beatmap) : base(beatmap)
|
||||
{
|
||||
Width = 400;
|
||||
Width = 380;
|
||||
Height = 140 + vertical_padding; //full height of all the elements plus vertical padding (autosize uses the image)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user