1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-06 13:37:46 +08:00

add inline comment for width 2

This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-05-27 13:24:06 +07:00
parent d66f07fccb
commit 4fbd43fcae
No known key found for this signature in database
GPG Key ID: 25F6F17FD29031E2

View File

@ -79,6 +79,7 @@ namespace osu.Game.Overlays.Wiki
{ {
new WikiPanelContainer(panelsNode[i].InnerText, true) new WikiPanelContainer(panelsNode[i].InnerText, true)
{ {
// This is required to fill up the space of "null" drawable below.
Width = 2, Width = 2,
}, },
null, null,