/[svn]/gigedit/trunk/src/gigedit/scripteditor.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/scripteditor.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2899 by schoenebeck, Mon May 2 14:36:40 2016 UTC revision 2900 by schoenebeck, Mon May 2 14:47:34 2016 UTC
# Line 135  ScriptEditor::ScriptEditor() : Line 135  ScriptEditor::ScriptEditor() :
135      m_applyButton.set_sensitive(false);      m_applyButton.set_sensitive(false);
136      m_applyButton.grab_focus();      m_applyButton.grab_focus();
137            
138    #if GTKMM_MAJOR_VERSION >= 3
139      m_statusImage.set_margin_left(6);      m_statusImage.set_margin_left(6);
140      m_statusImage.set_margin_right(6);      m_statusImage.set_margin_right(6);
141    #else
142        m_statusHBox.set_spacing(6);
143    #endif
144    
145      m_statusHBox.pack_start(m_statusImage, Gtk::PACK_SHRINK);      m_statusHBox.pack_start(m_statusImage, Gtk::PACK_SHRINK);
146      m_statusHBox.pack_start(m_statusLabel);      m_statusHBox.pack_start(m_statusLabel);

Legend:
Removed from v.2899  
changed lines
  Added in v.2900

  ViewVC Help
Powered by ViewVC