DATParser: Give DP priority on initial screen
This commit is contained in:
parent
02dc42d453
commit
f9d29a0d98
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue