diff options
Diffstat (limited to '')
| -rw-r--r-- | src/citra_qt/main.ui | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/src/citra_qt/main.ui b/src/citra_qt/main.ui index 0942c28c8..9a809ee6c 100644 --- a/src/citra_qt/main.ui +++ b/src/citra_qt/main.ui | |||
| @@ -24,7 +24,20 @@ | |||
| 24 | <bool>true</bool> | 24 | <bool>true</bool> |
| 25 | </property> | 25 | </property> |
| 26 | <widget class="QWidget" name="centralwidget"> | 26 | <widget class="QWidget" name="centralwidget"> |
| 27 | <layout class="QHBoxLayout" name="horizontalLayout"/> | 27 | <layout class="QHBoxLayout" name="horizontalLayout"> |
| 28 | <property name="leftMargin"> | ||
| 29 | <number>0</number> | ||
| 30 | </property> | ||
| 31 | <property name="topMargin"> | ||
| 32 | <number>0</number> | ||
| 33 | </property> | ||
| 34 | <property name="rightMargin"> | ||
| 35 | <number>0</number> | ||
| 36 | </property> | ||
| 37 | <property name="bottomMargin"> | ||
| 38 | <number>0</number> | ||
| 39 | </property> | ||
| 40 | </layout> | ||
| 28 | </widget> | 41 | </widget> |
| 29 | <widget class="QMenuBar" name="menubar"> | 42 | <widget class="QMenuBar" name="menubar"> |
| 30 | <property name="geometry"> | 43 | <property name="geometry"> |
| @@ -92,7 +105,7 @@ | |||
| 92 | </action> | 105 | </action> |
| 93 | <action name="action_Start"> | 106 | <action name="action_Start"> |
| 94 | <property name="enabled"> | 107 | <property name="enabled"> |
| 95 | <bool>false</bool> | 108 | <bool>false</bool> |
| 96 | </property> | 109 | </property> |
| 97 | <property name="text"> | 110 | <property name="text"> |
| 98 | <string>&Start</string> | 111 | <string>&Start</string> |