mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-20 21:11:43 +00:00
Adjust borders (again).
This commit is contained in:
parent
043fb29589
commit
59b99c4b27
@ -694,7 +694,7 @@ void PANEL_JOBS::addJobOutputPanel( JOBSET_OUTPUT* aOutput )
|
||||
#if __OSX__
|
||||
m_outputListSizer->Add( outputPanel, 0, wxEXPAND, 5 );
|
||||
#else
|
||||
m_outputListSizer->Add( outputPanel, 0, wxEXPAND|wxALL, 3 );
|
||||
m_outputListSizer->Add( outputPanel, 0, wxEXPAND|wxLEFT|wxRIGHT|wxBOTTOM, 5 );
|
||||
#endif
|
||||
|
||||
m_outputPanelMap[aOutput] = outputPanel;
|
||||
|
Loading…
Reference in New Issue
Block a user