mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-17 15:02:24 +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
Notes:
sideshowbarker
2024-07-18 23:09:13 +09:00
Author: https://github.com/nico
Commit: ca264030a2
Pull-request: https://github.com/SerenityOS/serenity/pull/4966
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