DATParser: Give DP priority on initial screen

This commit is contained in:
Asnivor 2020-02-06 14:53:30 +00:00
parent 02dc42d453
commit f9d29a0d98
1 changed files with 8 additions and 7 deletions

View File

@ -74,6 +74,13 @@ namespace BizHawk.DBManTool
Controls.Add(new FlowLayoutPanel {
AutoSize = true,
Controls = {
new FlowLayoutPanel {
AutoSize = true,
Controls = {
btnDATConv,
CreateArgsLabel("DAT Converter")
}
},
new FlowLayoutPanel {
AutoSize = true,
Controls = {
@ -106,14 +113,8 @@ namespace BizHawk.DBManTool
tbDiscCMPArgs
},
Enabled = false
},
new FlowLayoutPanel {
AutoSize = true,
Controls = {
btnDATConv,
CreateArgsLabel("DBMan.exe")
}
}
},
Dock = DockStyle.Fill,
FlowDirection = FlowDirection.TopDown