Skip to content

Commit fbc7765

Browse files
committed
Change default win size to show responsive design
1 parent 38af308 commit fbc7765

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/com.ranfdev.Notify.gschema.xml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<schemalist>
33
<schema path="/com/ranfdev/Notify/" id="@app-id@" gettext-domain="@gettext-package@">
44
<key name="window-width" type="i">
5-
<default>600</default>
5+
<default>800</default>
66
<summary>Window width</summary>
77
</key>
88
<key name="window-height" type="i">
9-
<default>400</default>
9+
<default>500</default>
1010
<summary>Window height</summary>
1111
</key>
1212
<key name="is-maximized" type="b">

0 commit comments

Comments
 (0)