diff --git a/melawy/script.script b/melawy/script.script index 13ae096..a6322f3 100644 --- a/melawy/script.script +++ b/melawy/script.script @@ -228,7 +228,7 @@ side_panel.z = 1; if (aspect_ratio == 3440 / 1440) { side_panel.width = Percent(25, screen.width); } else if (aspect_ratio == 1920 / 1080) { - side_panel.width = Percent(25, screen.width); + side_panel.width = Percent(33, screen.width); } else { side_panel.width = Percent(33, screen.width); }