diff options
| author | 2015-05-30 12:04:36 -0400 | |
|---|---|---|
| committer | 2015-05-30 12:04:36 -0400 | |
| commit | 595fe49a8f69de5e6c0b6aad3f5a2a2e2b88a23e (patch) | |
| tree | d7e23dc44ce4f3ba13f05ad33a47610a34c2ed09 | |
| parent | Merge pull request #810 from yuriks/memmap (diff) | |
| parent | QT: Remove border around widgets (diff) | |
| download | yuzu-595fe49a8f69de5e6c0b6aad3f5a2a2e2b88a23e.tar.gz yuzu-595fe49a8f69de5e6c0b6aad3f5a2a2e2b88a23e.tar.xz yuzu-595fe49a8f69de5e6c0b6aad3f5a2a2e2b88a23e.zip | |
Merge pull request #830 from SeannyM/qt-noborder
QT: Remove border around widgets
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> |