~ubuntu-branches/ubuntu/utopic/mysql-workbench/utopic

« back to all changes in this revision

Viewing changes to frontend/linux/workbench/sqlide_form.cpp

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2014-05-31 12:03:58 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20140531120358-cjik5ofkmj0fxsn8
Tags: 6.1.6+dfsg-1
* New upstream release [May 2014].
* Dropped "prtcl.patch".
* "debian/clean": better clean-up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
 
102
102
  _sidebar1_pane = &_top_pane;
103
103
  _sidebar2_pane = &_top_right_pane;
 
104
  PanedConstrainer::make_constrainer(_sidebar1_pane, 120, 0);
 
105
  PanedConstrainer::make_constrainer(_sidebar2_pane, 0, 120);
104
106
 
105
107
  _top_pane.show_all();
106
108
  _top_right_pane.show_all();
160
162
    editor->dockingPoint(mforms_to_grt(_grtm->get_grt(), _dpoint));
161
163
  }
162
164
}
163
 
 
164
165
//------------------------------------------------------------------------------
165
166
 
166
167
bool DbSqlEditorView::perform_command(const std::string &cmd)