Skip to content
Snippets Groups Projects
Commit 36ad8b7c authored by Chad Lantz's avatar Chad Lantz
Browse files

version 1.4 -- debug 1.6

parent 5cc4cdae
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ MyMainFrame::MyMainFrame(const TGWindow *p, UInt_t w, UInt_t h, MyDaq* daq) : ...@@ -70,7 +70,7 @@ MyMainFrame::MyMainFrame(const TGWindow *p, UInt_t w, UInt_t h, MyDaq* daq) :
m_hframe->AddFrame(m_fTextEntry, new TGLayoutHints( kLHintsLeft, 5, 5, 3, 4 ) ); m_hframe->AddFrame(m_fTextEntry, new TGLayoutHints( kLHintsLeft, 5, 5, 3, 4 ) );
m_fTextEntry_num = new TGTextEntry( m_hframe, new TGTextBuffer(40)); m_fTextEntry_num = new TGTextEntry( m_hframe, new TGTextBuffer(40));
m_hframe->AddFrame(m_fTextEntry_num, new TGLayoutHints( kLHintsLeft, 5, 5, 3, 4 ) ); m_hframe->AddFrame(m_fTextEntry_num, new TGLayoutHints( kLHintsRight, 5, 5, 3, 4 ) );
AddFrame(m_hframe, new TGLayoutHints( kLHintsCenterX, 2, 2, 2, 2 ) ); AddFrame(m_hframe, new TGLayoutHints( kLHintsCenterX, 2, 2, 2, 2 ) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment