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

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

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

revision 3449 by schoenebeck, Fri Jan 19 19:17:41 2018 UTC revision 3450 by schoenebeck, Wed Jan 2 16:39:20 2019 UTC
# Line 66  ReferencesView::ReferencesView(Gtk::Wind Line 66  ReferencesView::ReferencesView(Gtk::Wind
66      );      );
67    
68      m_buttonBox.set_layout(Gtk::BUTTONBOX_END);      m_buttonBox.set_layout(Gtk::BUTTONBOX_END);
69  #if GTKMM_MAJOR_VERSION > 3 || (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 22)  #if GTKMM_MAJOR_VERSION > 3 || (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 24)
70      m_buttonBox.set_margin(5);      m_buttonBox.set_margin(5);
71  #else  #else
72      m_buttonBox.set_border_width(5);      m_buttonBox.set_border_width(5);

Legend:
Removed from v.3449  
changed lines
  Added in v.3450

  ViewVC Help
Powered by ViewVC