mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-02 13:37:13 +02:00
Set default width and height based on monitor resolution (#1046)
This commit is contained in:
parent
f92d6868e7
commit
6a0a8b09b0
2 changed files with 6 additions and 3 deletions
|
@ -6,8 +6,6 @@
|
|||
<property name="can_focus">False</property>
|
||||
<property name="title" translatable="yes">Ryujinx</property>
|
||||
<property name="window_position">center</property>
|
||||
<property name="default_width">1280</property>
|
||||
<property name="default_height">760</property>
|
||||
<child type="titlebar">
|
||||
<placeholder/>
|
||||
</child>
|
||||
|
@ -399,7 +397,6 @@
|
|||
</child>
|
||||
<child>
|
||||
<object class="GtkBox" id="_footerBox">
|
||||
<property name="width_request">1280</property>
|
||||
<property name="height_request">19</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue