7
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:
Jeff Young 2025-01-03 18:49:07 +00:00
parent 21ee64d8f0
commit 0c54106bfd
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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();