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

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

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

revision 3224 by schoenebeck, Sat May 20 17:15:36 2017 UTC revision 3225 by schoenebeck, Fri May 26 22:10:16 2017 UTC
# Line 13  ScriptSlots::ScriptSlots() : Line 13  ScriptSlots::ScriptSlots() :
13  {  {
14      m_instrument = NULL;      m_instrument = NULL;
15    
16        if (!Settings::singleton()->autoRestoreWindowDimension) {
17            set_default_size(460,300);
18            set_position(Gtk::WIN_POS_MOUSE);
19        }
20    
21      add(m_vbox);      add(m_vbox);
22            
23      m_generalInfoLabel.set_text(_(      m_generalInfoLabel.set_text(_(
# Line 58  ScriptSlots::ScriptSlots() : Line 63  ScriptSlots::ScriptSlots() :
63      );      );
64    
65      show_all_children();      show_all_children();
   
     resize(460,300);  
66  }  }
67    
68  ScriptSlots::~ScriptSlots() {  ScriptSlots::~ScriptSlots() {

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

  ViewVC Help
Powered by ViewVC