diff options
author | bunnei <bunneidev@gmail.com> | 2018-01-19 03:08:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-19 03:08:54 +0100 |
commit | 1a5098e8b8291e1b6fb94f81a77e5c4f9b253bb8 (patch) | |
tree | fb1988c58e21c10af5b914925dde93c0c96b1761 | |
parent | Merge pull request #107 from lioncash/qt (diff) | |
parent | Port citra #3336 - Resizes the configuration window to not be so stretched out (diff) | |
download | yuzu-1a5098e8b8291e1b6fb94f81a77e5c4f9b253bb8.tar yuzu-1a5098e8b8291e1b6fb94f81a77e5c4f9b253bb8.tar.gz yuzu-1a5098e8b8291e1b6fb94f81a77e5c4f9b253bb8.tar.bz2 yuzu-1a5098e8b8291e1b6fb94f81a77e5c4f9b253bb8.tar.lz yuzu-1a5098e8b8291e1b6fb94f81a77e5c4f9b253bb8.tar.xz yuzu-1a5098e8b8291e1b6fb94f81a77e5c4f9b253bb8.tar.zst yuzu-1a5098e8b8291e1b6fb94f81a77e5c4f9b253bb8.zip |
Diffstat (limited to '')
-rw-r--r-- | src/yuzu/configuration/configure.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure.ui b/src/yuzu/configuration/configure.ui index babd583a2..c5303851c 100644 --- a/src/yuzu/configuration/configure.ui +++ b/src/yuzu/configuration/configure.ui @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>740</width> + <width>461</width> <height>500</height> </rect> </property> |