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

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

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

revision 3184 by schoenebeck, Wed May 17 12:28:39 2017 UTC revision 3225 by schoenebeck, Fri May 26 22:10:16 2017 UTC
# Line 35  MacrosSetup::MacrosSetup() : Line 35  MacrosSetup::MacrosSetup() :
35    
36      set_title(_("Setup Macros"));      set_title(_("Setup Macros"));
37    
38      set_default_size(680, 500);      if (!Settings::singleton()->autoRestoreWindowDimension) {
39            set_default_size(680, 500);
40            set_position(Gtk::WIN_POS_CENTER);
41        }
42    
43      m_labelIntro.set_padding(10, 10);      m_labelIntro.set_padding(10, 10);
44  #if GTKMM_MAJOR_VERSION >= 3  #if GTKMM_MAJOR_VERSION >= 3

Legend:
Removed from v.3184  
changed lines
  Added in v.3225

  ViewVC Help
Powered by ViewVC