mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:57:45 +00:00
WindowServer: Put default ScaleFactor in ini file
No behavior change. Matches Width and Height which also explicitly have their default value in the ini file.
This commit is contained in:
parent
d7a3128c1d
commit
ca264030a2
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
[Screen]
|
[Screen]
|
||||||
Width=1024
|
Width=1024
|
||||||
Height=768
|
Height=768
|
||||||
|
ScaleFactor=1
|
||||||
|
|
||||||
[Theme]
|
[Theme]
|
||||||
Name=Default
|
Name=Default
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue