summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c89fdbd)
raw | patch | inline | side by side (parent: c89fdbd)
author | gustav_b <gustav_b@users.sourceforge.net> | |
Thu, 2 Nov 2006 19:08:42 +0000 (19:08 +0000) | ||
committer | gustav_b <gustav_b@users.sourceforge.net> | |
Thu, 2 Nov 2006 19:08:42 +0000 (19:08 +0000) |
src/ui/widget/page-sizer.cpp | patch | blob | history |
index ac622ba41a9800117ab965bdab036ec0b86bf165..5a2d1ebff4b5fd6ba98dc4c2c6ffe6b63cb96d64 100644 (file)
pack_start (_orientationBox, false, false, 0);
_orientationLabel.set_label(_("Page orientation:"));
_orientationBox.pack_start(_orientationLabel, false, false, 0);
+ _landscapeButton.set_use_underline();
_landscapeButton.set_label(_("_Landscape"));
_landscapeButton.set_active(true);
Gtk::RadioButton::Group group = _landscapeButton.get_group();
_orientationBox.pack_end (_landscapeButton, false, false, 5);
+ _portraitButton.set_use_underline();
_portraitButton.set_label(_("_Portrait"));
_portraitButton.set_active(true);
_orientationBox.pack_end (_portraitButton, false, false, 5);
_customTable.set_col_spacings (4);
_customFrame.add(_customTable);
+ _fitPageButton.set_use_underline();
_fitPageButton.set_label(_("_Fit page to selection"));
_tips.set_tip(_fitPageButton,
_("Resize the page to fit the current selection, or the entire drawing if there is no selection"));