mirror of
https://github.com/osukey/osukey.git
synced 2025-06-25 21:27:54 +09:00
Apply review
This commit is contained in:
parent
73fb3fa3a4
commit
1861547c86
@ -49,7 +49,6 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
|
|||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
AutoSizeAxes = Axes.Y
|
AutoSizeAxes = Axes.Y
|
||||||
},
|
},
|
||||||
|
|
||||||
new SettingsCheckbox
|
new SettingsCheckbox
|
||||||
{
|
{
|
||||||
LabelText = "Letterboxing",
|
LabelText = "Letterboxing",
|
||||||
@ -83,13 +82,14 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
|
|||||||
};
|
};
|
||||||
|
|
||||||
var resolutions = getResolutions();
|
var resolutions = getResolutions();
|
||||||
|
|
||||||
if (resolutions.Count > 1)
|
if (resolutions.Count > 1)
|
||||||
{
|
{
|
||||||
resolutionSettingsContainer.Child = resolutionDropdown = new SettingsDropdown<Size>
|
resolutionSettingsContainer.Child = resolutionDropdown = new SettingsDropdown<Size>
|
||||||
{
|
{
|
||||||
LabelText = "Resolution",
|
LabelText = "Resolution",
|
||||||
ShowsDefaultIndicator = false,
|
ShowsDefaultIndicator = false,
|
||||||
Items = getResolutions(),
|
Items = resolutions,
|
||||||
Bindable = sizeFullscreen
|
Bindable = sizeFullscreen
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user