use attach_next_to instead of attach

This commit is contained in:
heckflosse 2019-04-15 15:47:26 +02:00
parent 6a038a4d9f
commit 3579fc4fb3

View File

@ -960,7 +960,7 @@ Gtk::Widget* Preferences::getGeneralPanel()
ckbshowtooltiplocallab = Gtk::manage(new Gtk::CheckButton(M("PREFERENCES_SHOWTOOLTIP")));
setExpandAlignProperties(ckbshowtooltiplocallab, false, false, Gtk::ALIGN_START, Gtk::ALIGN_START);
workflowGrid->attach(*ckbshowtooltiplocallab,0, 3);
workflowGrid->attach_next_to(*ckbshowtooltiplocallab, *ckbFileBrowserToolbarSingleRow, Gtk::POS_RIGHT, 1, 1);
fworklflow->add(*workflowGrid);