We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38af308 commit fbc7765Copy full SHA for fbc7765
data/com.ranfdev.Notify.gschema.xml.in
@@ -2,11 +2,11 @@
2
<schemalist>
3
<schema path="/com/ranfdev/Notify/" id="@app-id@" gettext-domain="@gettext-package@">
4
<key name="window-width" type="i">
5
- <default>600</default>
+ <default>800</default>
6
<summary>Window width</summary>
7
</key>
8
<key name="window-height" type="i">
9
- <default>400</default>
+ <default>500</default>
10
<summary>Window height</summary>
11
12
<key name="is-maximized" type="b">
0 commit comments