]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Make CharacterPickerButton the same height for dwarves as for non-dwarves (#35297)
authorAbsotively <jen@jenpollock.ca>
Wed, 19 Feb 2025 10:44:17 +0000 (03:44 -0700)
committerGitHub <noreply@github.com>
Wed, 19 Feb 2025 10:44:17 +0000 (11:44 +0100)
Character picker button height equality for dwarves

Content.Client/Lobby/UI/CharacterPickerButton.xaml

index 2edfd19a24e8a355c15a378c2417f5e7a37e01da..ecd706f5a744b86d000a666f13ba597dd9a0c5d5 100644 (file)
@@ -8,7 +8,8 @@
         <SpriteView Scale="2 2"
                     Margin="0 4 4 4"
                     OverrideDirection="South"
-                    Name="View"/>
+                    Name="View"
+                    SetSize="64 64"/>
         <Label Name="DescriptionLabel"
                ClipText="True"
                HorizontalExpand="True"/>