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