Signals header is repetitive.
This commit is contained in:
parent
ef6001bfe6
commit
d50b3550af
|
@ -198,7 +198,7 @@ SIM_PLOT_FRAME_BASE::SIM_PLOT_FRAME_BASE( wxWindow* parent, wxWindowID id, const
|
|||
m_staticTextSignals->Wrap( -1 );
|
||||
bSizer10->Add( m_staticTextSignals, 0, wxTOP|wxRIGHT, 5 );
|
||||
|
||||
m_signals = new wxListView( m_panelSignals, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLC_REPORT|wxLC_SINGLE_SEL );
|
||||
m_signals = new wxListView( m_panelSignals, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLC_NO_HEADER|wxLC_REPORT|wxLC_SINGLE_SEL );
|
||||
bSizer10->Add( m_signals, 1, wxEXPAND, 5 );
|
||||
|
||||
|
||||
|
|
|
@ -1192,7 +1192,7 @@
|
|||
<property name="resize">Resizable</property>
|
||||
<property name="show">1</property>
|
||||
<property name="size"></property>
|
||||
<property name="style">wxLC_REPORT|wxLC_SINGLE_SEL</property>
|
||||
<property name="style">wxLC_NO_HEADER|wxLC_REPORT|wxLC_SINGLE_SEL</property>
|
||||
<property name="subclass">wxListView; </property>
|
||||
<property name="toolbar_pane">0</property>
|
||||
<property name="tooltip"></property>
|
||||
|
|
Loading…
Reference in New Issue