Explorar el Código

UI: Remove empty StackPanel in UserSelectorDialog

Evan Husted hace 1 año
padre
commit
a469f3d710
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  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>