Ver Fonte

UI: Remove empty StackPanel in UserSelectorDialog

Evan Husted há 1 ano atrás
pai
commit
a469f3d710
1 ficheiros alterados com 0 adições e 7 exclusões
  1. 0 7
      src/Ryujinx/UI/Applet/UserSelectorDialog.axaml

+ 0 - 7
src/Ryujinx/UI/Applet/UserSelectorDialog.axaml

@@ -110,12 +110,5 @@
             </ListBox>
         </Border>
         
-        <StackPanel
-            Grid.Row="1"
-            Margin="0 24 0 0"
-            HorizontalAlignment="Left"
-            Orientation="Horizontal"
-            Spacing="10">
-        </StackPanel>
     </Grid>
 </UserControl>