Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 829261
Collapse All | Expand All

(-)a/src/dialogs/ExportDialog.vala (-1 / +5 lines)
Lines 6-12 Link Here
6
 */
6
 */
7
7
8
public class ExportDialog : Gtk.Dialog {
8
public class ExportDialog : Gtk.Dialog {
9
    public const int DEFAULT_SCALE = 1200;
9
    public static int DEFAULT_SCALE {
10
        get {
11
            return 1200;
12
        }
13
    }
10
14
11
    // "Unmodified" and "Current," though they appear in the "Format:" popup menu, really
15
    // "Unmodified" and "Current," though they appear in the "Format:" popup menu, really
12
    // aren't formats so much as they are operating modes that determine specific formats.
16
    // aren't formats so much as they are operating modes that determine specific formats.

Return to bug 829261