-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3.0.2 - Fix window resize slowness for real
- Loading branch information
Lains
committed
Apr 26, 2021
1 parent
9601fb5
commit cfda87d
Showing
2 changed files
with
1 addition
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,4 @@ | ||
<schemalist> | ||
<schema id="io.github.lainsce.DotMatrix" path="/io/github/lainsce/DotMatrix/"> | ||
<key name="window-w" type="i"> | ||
<default>500</default> | ||
<summary>Window width</summary> | ||
<description>The width of the window</description> | ||
</key> | ||
<key name="window-h" type="i"> | ||
<default>500</default> | ||
<summary>Window height</summary> | ||
<description>The height of the window</description> | ||
</key> | ||
</schema> | ||
</schemalist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters