Searched refs:alignment2 (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | preferences-widget.cpp | 578 Gtk::Alignment *alignment2 = Gtk::manage(new Gtk::Alignment(0.5,1,0,0)); local 580 alignment2->add(_unit); 588 alignment2->set_halign(Gtk::ALIGN_CENTER); 589 table->attach(*alignment2, 1, 1, 1, 1); 595 table->attach(*alignment2, 1, 2, 1, 2, static_cast<Gtk::AttachOptions>(0));
|
Completed in 16 milliseconds