This commit is contained in:
Valeria Fadeeva 2026-08-14 00:48:31 +05:00
parent ce4e2d8249
commit 6b184c8384
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ side_panel.z = 1;
if (aspect_ratio == 3440 / 1440) { if (aspect_ratio == 3440 / 1440) {
side_panel.width = Percent(25, screen.width); side_panel.width = Percent(25, screen.width);
} else if (aspect_ratio == 1920 / 1080) { } else if (aspect_ratio == 1920 / 1080) {
side_panel.width = Percent(25, screen.width); side_panel.width = Percent(33, screen.width);
} else { } else {
side_panel.width = Percent(33, screen.width); side_panel.width = Percent(33, screen.width);
} }