mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Fixed .slot alignment, closes #372
This commit is contained in:
@@ -235,7 +235,7 @@ public partial class Gambling
|
|||||||
HorizontalAlignment = HorizontalAlignment.Center,
|
HorizontalAlignment = HorizontalAlignment.Center,
|
||||||
VerticalAlignment = VerticalAlignment.Center,
|
VerticalAlignment = VerticalAlignment.Center,
|
||||||
WrappingLength = 140,
|
WrappingLength = 140,
|
||||||
Origin = new(227, 92)
|
Origin = new(298, 100)
|
||||||
},
|
},
|
||||||
((long)result.Won).ToString(),
|
((long)result.Won).ToString(),
|
||||||
fontColor));
|
fontColor));
|
||||||
@@ -247,7 +247,7 @@ public partial class Gambling
|
|||||||
HorizontalAlignment = HorizontalAlignment.Center,
|
HorizontalAlignment = HorizontalAlignment.Center,
|
||||||
VerticalAlignment = VerticalAlignment.Center,
|
VerticalAlignment = VerticalAlignment.Center,
|
||||||
WrappingLength = 135,
|
WrappingLength = 135,
|
||||||
Origin = new(129, 472)
|
Origin = new(196, 480)
|
||||||
},
|
},
|
||||||
amount.ToString(),
|
amount.ToString(),
|
||||||
fontColor));
|
fontColor));
|
||||||
@@ -256,8 +256,7 @@ public partial class Gambling
|
|||||||
{
|
{
|
||||||
HorizontalAlignment = HorizontalAlignment.Center,
|
HorizontalAlignment = HorizontalAlignment.Center,
|
||||||
VerticalAlignment = VerticalAlignment.Center,
|
VerticalAlignment = VerticalAlignment.Center,
|
||||||
WrappingLength = 135,
|
Origin = new(393, 480)
|
||||||
Origin = new(325, 472)
|
|
||||||
},
|
},
|
||||||
ownedAmount.ToString(),
|
ownedAmount.ToString(),
|
||||||
fontColor));
|
fontColor));
|
||||||
|
Reference in New Issue
Block a user