diff options
| author | 2020-07-13 21:32:40 -0400 | |
|---|---|---|
| committer | 2020-07-19 13:26:55 -0400 | |
| commit | c9f93c05f713c192f355151eae903e3faca67e7b (patch) | |
| tree | ce94dc9ae38d2347f469c36112348239f51170d8 /src | |
| parent | configure_graphics: Implement highlighted overrides (diff) | |
| download | yuzu-c9f93c05f713c192f355151eae903e3faca67e7b.tar.gz yuzu-c9f93c05f713c192f355151eae903e3faca67e7b.tar.xz yuzu-c9f93c05f713c192f355151eae903e3faca67e7b.zip | |
configure_audio: fix UI margins
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/configure_audio.ui | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_audio.ui b/src/yuzu/configuration/configure_audio.ui index 3c1147935..9bd0cca96 100644 --- a/src/yuzu/configuration/configure_audio.ui +++ b/src/yuzu/configuration/configure_audio.ui | |||
| @@ -58,8 +58,17 @@ | |||
| 58 | <item> | 58 | <item> |
| 59 | <widget class="QWidget" name="volume_layout" native="true"> | 59 | <widget class="QWidget" name="volume_layout" native="true"> |
| 60 | <layout class="QHBoxLayout" name="horizontalLayout_2"> | 60 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| 61 | <property name="leftMargin"> | ||
| 62 | <number>0</number> | ||
| 63 | </property> | ||
| 61 | <property name="topMargin"> | 64 | <property name="topMargin"> |
| 62 | <number>1</number> | 65 | <number>0</number> |
| 66 | </property> | ||
| 67 | <property name="rightMargin"> | ||
| 68 | <number>0</number> | ||
| 69 | </property> | ||
| 70 | <property name="bottomMargin"> | ||
| 71 | <number>0</number> | ||
| 63 | </property> | 72 | </property> |
| 64 | <item> | 73 | <item> |
| 65 | <widget class="QComboBox" name="volume_combo_box"> | 74 | <widget class="QComboBox" name="volume_combo_box"> |