mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-04 23:35:31 +00:00
Tone down output borders a bit.
This commit is contained in:
parent
21ee64d8f0
commit
0c54106bfd
kicad/dialogs
@ -878,7 +878,7 @@
|
||||
<property name="two_step_creation">0</property>
|
||||
<property name="window_extra_style"></property>
|
||||
<property name="window_name"></property>
|
||||
<property name="window_style">wxBORDER_SIMPLE|wxTAB_TRAVERSAL</property>
|
||||
<property name="window_style">wxBORDER_SUNKEN|wxTAB_TRAVERSAL</property>
|
||||
<event name="OnRightDown">OnRightDown</event>
|
||||
<object class="wxBoxSizer" expanded="true">
|
||||
<property name="minimum_size"></property>
|
||||
|
@ -105,7 +105,7 @@ class PANEL_JOB_OUTPUT_BASE : public wxPanel
|
||||
|
||||
public:
|
||||
|
||||
PANEL_JOB_OUTPUT_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxBORDER_SIMPLE|wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
|
||||
PANEL_JOB_OUTPUT_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxBORDER_SUNKEN|wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
|
||||
|
||||
~PANEL_JOB_OUTPUT_BASE();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user