summaryrefslogtreecommitdiffstats
path: root/src/yuzu/main.ui
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2020-05-15 22:22:27 +0200
committerGitHub <noreply@github.com>2020-05-15 22:22:27 +0200
commitb73f678ee82a6f3fae36ed39dfc4cfc27c64a871 (patch)
treec87d2dc03d7ef150c49f694af33b1ad1c6f1ea7f /src/yuzu/main.ui
parentMerge pull request #3927 from jroweboy/fix-bug (diff)
downloadyuzu-b73f678ee82a6f3fae36ed39dfc4cfc27c64a871.tar
yuzu-b73f678ee82a6f3fae36ed39dfc4cfc27c64a871.tar.gz
yuzu-b73f678ee82a6f3fae36ed39dfc4cfc27c64a871.tar.bz2
yuzu-b73f678ee82a6f3fae36ed39dfc4cfc27c64a871.tar.lz
yuzu-b73f678ee82a6f3fae36ed39dfc4cfc27c64a871.tar.xz
yuzu-b73f678ee82a6f3fae36ed39dfc4cfc27c64a871.tar.zst
yuzu-b73f678ee82a6f3fae36ed39dfc4cfc27c64a871.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu/main.ui12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/yuzu/main.ui b/src/yuzu/main.ui
index ae414241e..97c90f50b 100644
--- a/src/yuzu/main.ui
+++ b/src/yuzu/main.ui
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>1081</width>
- <height>730</height>
+ <width>1280</width>
+ <height>720</height>
</rect>
</property>
<property name="windowTitle">
@@ -44,7 +44,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>1081</width>
+ <width>1280</width>
<height>21</height>
</rect>
</property>
@@ -96,6 +96,7 @@
<addaction name="action_Display_Dock_Widget_Headers"/>
<addaction name="action_Show_Filter_Bar"/>
<addaction name="action_Show_Status_Bar"/>
+ <addaction name="action_Reset_Window_Size"/>
<addaction name="separator"/>
<addaction name="menu_View_Debugging"/>
</widget>
@@ -215,6 +216,11 @@
<string>Show Status Bar</string>
</property>
</action>
+ <action name="action_Reset_Window_Size">
+ <property name="text">
+ <string>Reset Window Size</string>
+ </property>
+ </action>
<action name="action_Fullscreen">
<property name="checkable">
<bool>true</bool>