File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/gui/EmulatedUSBDevices Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,9 @@ wxPanel* EmulatedUSBDeviceFrame::AddSkylanderPage(wxNotebook* notebook)
90
90
wxPanel* EmulatedUSBDeviceFrame::AddInfinityPage (wxNotebook* notebook)
91
91
{
92
92
auto * panel = new wxPanel (notebook);
93
- auto * panelSizer = new wxBoxSizer (wxBOTH );
93
+ auto * panelSizer = new wxBoxSizer (wxVERTICAL );
94
94
auto * box = new wxStaticBox (panel, wxID_ANY, _ (" Infinity Manager" ));
95
- auto * boxSizer = new wxStaticBoxSizer (box, wxBOTH );
95
+ auto * boxSizer = new wxStaticBoxSizer (box, wxVERTICAL );
96
96
97
97
auto * row = new wxBoxSizer (wxHORIZONTAL);
98
98
@@ -831,4 +831,4 @@ uint8 MoveDimensionFigureDialog::GetNewIndex() const
831
831
std::array<std::optional<uint32>, 7 > EmulatedUSBDeviceFrame::GetCurrentMinifigs ()
832
832
{
833
833
return m_dimSlots;
834
- }
834
+ }
You can’t perform that action at this time.
0 commit comments