Searched defs:removeOverlapXGapLabel (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | align-and-distribute.cpp | 436 Gtk::Label removeOverlapXGapLabel; member in class:Inkscape::UI::Dialog::ActionRemoveOverlaps 463 removeOverlapXGapLabel.set_text_with_mnemonic(C_("Gap", "_H:")); 464 removeOverlapXGapLabel.set_mnemonic_widget(removeOverlapXGap); 477 dialog.removeOverlap_table().attach(removeOverlapXGapLabel, column, row, 1, 1); 482 dialog.removeOverlap_table().attach(removeOverlapXGapLabel, column, column+1, row, row+1, Gtk::FILL, Gtk::FILL);
|
Completed in 22 milliseconds