Skip to content

Commit b0f5e81

Browse files
committed
misc(window): improve default window size
1 parent 4dbde75 commit b0f5e81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/io.github.seadve.Mousai.gschema.xml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<schemalist>
33
<schema path="/io/github/seadve/Mousai/" id="@app-id@" gettext-domain="@gettext-package@">
44
<key name="window-width" type="i">
5-
<default>600</default>
5+
<default>768</default>
66
<summary>Window width</summary>
77
<description></description>
88
</key>
99
<key name="window-height" type="i">
10-
<default>400</default>
10+
<default>600</default>
1111
<summary>Window height</summary>
1212
<description></description>
1313
</key>

0 commit comments

Comments
 (0)