diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-03-08 19:58:10 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-03-08 19:58:10 +0000 |
| commit | 6fc02b8fdb424a77405bf90ed70947a1058b7aa3 (patch) | |
| tree | 4d8b2b60383324de9afd9977caecf467a752016f /data | |
| parent | e306359cc457dfbe5200e6485596e9c9901aae19 (diff) | |
| download | pcsxr-6fc02b8fdb424a77405bf90ed70947a1058b7aa3.tar.gz | |
SlowBoot.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64324 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'data')
| -rw-r--r-- | data/pcsx.glade2 | 36 |
1 files changed, 28 insertions, 8 deletions
diff --git a/data/pcsx.glade2 b/data/pcsx.glade2 index 761dd895..9f29d7c3 100644 --- a/data/pcsx.glade2 +++ b/data/pcsx.glade2 @@ -1459,7 +1459,7 @@ <child> <widget class="GtkTable" id="table3"> <property name="visible">True</property> - <property name="n_rows">4</property> + <property name="n_rows">5</property> <property name="n_columns">2</property> <child> <widget class="GtkCheckButton" id="GtkCheckButton_Dbg"> @@ -1473,8 +1473,8 @@ <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> - <property name="top_attach">3</property> - <property name="bottom_attach">4</property> + <property name="top_attach">4</property> + <property name="bottom_attach">5</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> @@ -1523,8 +1523,8 @@ <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> - <property name="top_attach">2</property> - <property name="bottom_attach">3</property> + <property name="top_attach">3</property> + <property name="bottom_attach">4</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> @@ -1541,8 +1541,8 @@ <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> @@ -1593,6 +1593,27 @@ <property name="y_options"></property> </packing> </child> + <child> + <placeholder/> + </child> + <child> + <widget class="GtkCheckButton" id="GtkCheckButton_SlowBoot"> + <property name="label" translatable="yes">Slow Boot</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_underline">True</property> + <property name="draw_indicator">True</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="x_options">GTK_FILL</property> + <property name="y_options"></property> + </packing> + </child> </widget> <packing> <property name="position">0</property> @@ -3245,7 +3266,6 @@ Hexadecimal</property> <property name="modal">True</property> <property name="window_position">center</property> <property name="type_hint">dialog</property> - <property name="has_separator">False</property> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox9"> <property name="visible">True</property> |
