diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-09-16 12:26:05 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-09-16 12:26:05 +0000 |
| commit | b690498435e18f0fded6570e67b24fe4676ff4a5 (patch) | |
| tree | 339db4344d209ee766b2b2cb464d5b6a68f02470 /data | |
| parent | 6c8416a40307ed74956ad8a24e4f76fe4619933c (diff) | |
| download | pcsxr-b690498435e18f0fded6570e67b24fe4676ff4a5.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@29832 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'data')
| -rw-r--r-- | data/pcsx.glade2 | 98 |
1 files changed, 22 insertions, 76 deletions
diff --git a/data/pcsx.glade2 b/data/pcsx.glade2 index 7740fdd2..0dcae465 100644 --- a/data/pcsx.glade2 +++ b/data/pcsx.glade2 @@ -2259,9 +2259,11 @@ Romain Lafourcade</property> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox7"> <property name="visible">True</property> + <property name="orientation">vertical</property> <child> <widget class="GtkVBox" id="vbox1"> <property name="visible">True</property> + <property name="orientation">vertical</property> <property name="spacing">15</property> <child> <widget class="GtkFrame" id="frame3"> @@ -2278,8 +2280,8 @@ Romain Lafourcade</property> <property name="shadow_type">etched-in</property> <child> <widget class="GtkTreeView" id="GtkCList_Cheat"> - <property name="width_request">300</property> - <property name="height_request">250</property> + <property name="width_request">500</property> + <property name="height_request">255</property> <property name="visible">True</property> <property name="can_focus">True</property> </widget> @@ -2306,18 +2308,6 @@ Romain Lafourcade</property> <property name="visible">True</property> <property name="spacing">10</property> <child> - <widget class="GtkButton" id="addbutton1"> - <property name="label" translatable="yes">gtk-add</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="use_stock">True</property> - </widget> - <packing> - <property name="position">0</property> - </packing> - </child> - <child> <widget class="GtkButton" id="editbutton1"> <property name="label" translatable="yes">gtk-edit</property> <property name="visible">True</property> @@ -2326,7 +2316,9 @@ Romain Lafourcade</property> <property name="use_stock">True</property> </widget> <packing> - <property name="position">1</property> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">2</property> </packing> </child> <child> @@ -2338,74 +2330,22 @@ Romain Lafourcade</property> <property name="use_stock">True</property> </widget> <packing> - <property name="position">2</property> - </packing> - </child> - <child> - <widget class="GtkButton" id="enablebutton1"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <child> - <widget class="GtkHBox" id="hbox2"> - <property name="visible">True</property> - <child> - <widget class="GtkImage" id="image3"> - <property name="visible">True</property> - <property name="stock">gtk-apply</property> - <property name="icon-size">1</property> - </widget> - <packing> - <property name="position">0</property> - </packing> - </child> - <child> - <widget class="GtkLabel" id="label2"> - <property name="visible">True</property> - <property name="label" translatable="yes">Enable</property> - </widget> - <packing> - <property name="position">1</property> - </packing> - </child> - </widget> - </child> - </widget> - <packing> + <property name="expand">False</property> + <property name="fill">False</property> <property name="position">3</property> </packing> </child> <child> - <widget class="GtkButton" id="disablebutton1"> + <widget class="GtkButton" id="addbutton1"> + <property name="label" translatable="yes">gtk-add</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <child> - <widget class="GtkHBox" id="hbox3"> - <property name="visible">True</property> - <child> - <widget class="GtkImage" id="image4"> - <property name="visible">True</property> - <property name="stock">gtk-cancel</property> - <property name="icon-size">1</property> - </widget> - <packing> - <property name="position">0</property> - </packing> - </child> - <child> - <widget class="GtkLabel" id="label3"> - <property name="visible">True</property> - <property name="label" translatable="yes">Disable</property> - </widget> - <packing> - <property name="position">1</property> - </packing> - </child> - </widget> - </child> + <property name="use_stock">True</property> </widget> <packing> + <property name="expand">False</property> + <property name="fill">False</property> <property name="position">4</property> </packing> </child> @@ -2418,7 +2358,10 @@ Romain Lafourcade</property> <property name="use_stock">True</property> </widget> <packing> - <property name="position">5</property> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="pack_type">end</property> + <property name="position">1</property> </packing> </child> <child> @@ -2430,7 +2373,10 @@ Romain Lafourcade</property> <property name="use_stock">True</property> </widget> <packing> - <property name="position">6</property> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="pack_type">end</property> + <property name="position">0</property> </packing> </child> </widget> |
