瀏覽代碼

UI: Remove empty StackPanel in UserSelectorDialog

Evan Husted 1 年之前
父節點
當前提交
a469f3d710
共有 1 個文件被更改,包括 0 次插入7 次删除
  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>