mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
2.8 KiB
74 lines
2.8 KiB
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
|
|
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
|
|
|
|
<glade-interface>
|
|
|
|
<widget class="GtkWindow" id="window1">
|
|
<property name="title" translatable="yes">window1</property>
|
|
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
|
<property name="window_position">GTK_WIN_POS_NONE</property>
|
|
<property name="modal">False</property>
|
|
<property name="resizable">True</property>
|
|
<property name="destroy_with_parent">False</property>
|
|
|
|
<child>
|
|
<widget class="GtkTable" id="gog_contour_prefs">
|
|
<property name="border_width">5</property>
|
|
<property name="visible">True</property>
|
|
<property name="n_rows">1</property>
|
|
<property name="n_columns">2</property>
|
|
<property name="homogeneous">False</property>
|
|
<property name="row_spacing">5</property>
|
|
<property name="column_spacing">5</property>
|
|
<child>
|
|
<widget class="GtkLabel" id="levels_label">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Slices number:</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_markup">False</property>
|
|
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
|
<property name="wrap">False</property>
|
|
<property name="selectable">False</property>
|
|
<property name="xalign">0.5</property>
|
|
<property name="yalign">0.5</property>
|
|
<property name="xpad">5</property>
|
|
<property name="ypad">0</property>
|
|
<property name="mnemonic_widget">levels</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="left_attach">0</property>
|
|
<property name="right_attach">1</property>
|
|
<property name="top_attach">0</property>
|
|
<property name="bottom_attach">1</property>
|
|
<property name="x_options">fill</property>
|
|
<property name="y_options"></property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkSpinButton" id="levels">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="climb_rate">1</property>
|
|
<property name="digits">0</property>
|
|
<property name="numeric">False</property>
|
|
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
|
<property name="snap_to_ticks">False</property>
|
|
<property name="wrap">False</property>
|
|
<property name="adjustment">6 1 256 1 10 10</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
<property name="right_attach">2</property>
|
|
<property name="top_attach">0</property>
|
|
<property name="bottom_attach">1</property>
|
|
<property name="x_options">fill</property>
|
|
<property name="y_options"></property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
|
|
</glade-interface>
|