mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-02-04 21:42:19 +08:00
enlarge button a bit
This commit is contained in:
@@ -863,7 +863,7 @@ public static class UIFunctions
|
|||||||
MyFlatButton[] buttons = [];
|
MyFlatButton[] buttons = [];
|
||||||
Text[] textFields = [];
|
Text[] textFields = [];
|
||||||
|
|
||||||
MilkyWayTopTenPlayersToggler = UI.MyCheckButton.CreateCheckButton(0, 0, rtrans, false, "Show top players".Translate()).WithSize(100f, 24f);
|
MilkyWayTopTenPlayersToggler = UI.MyCheckButton.CreateCheckButton(0, 0, rtrans, false, "Show top players".Translate()).WithSize(120f, 24f);
|
||||||
MilkyWayTopTenPlayersToggler.OnChecked += UpdateButtons;
|
MilkyWayTopTenPlayersToggler.OnChecked += UpdateButtons;
|
||||||
MilkyWayTopTenPlayersToggler.Checked = false;
|
MilkyWayTopTenPlayersToggler.Checked = false;
|
||||||
UpdateButtons();
|
UpdateButtons();
|
||||||
|
|||||||
Reference in New Issue
Block a user