mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Base: Correctly set border thickness in Cupertino theme
This has the same look as before, but the extra thickness is needed as the border radius no longer changes the thickness the window frame is painted.
This commit is contained in:
parent
6ff041dcfc
commit
7a538c1e39
Notes:
sideshowbarker
2024-07-17 18:00:39 +09:00
Author: https://github.com/MacDue Commit: https://github.com/SerenityOS/serenity/commit/7a538c1e39 Pull-request: https://github.com/SerenityOS/serenity/pull/12661
1 changed files with 3 additions and 3 deletions
|
@ -77,14 +77,14 @@ IsDark=true
|
|||
|
||||
[Metrics]
|
||||
BorderRadius=8
|
||||
BorderThickness=1
|
||||
BorderThickness=4
|
||||
TitleButtonWidth=20
|
||||
TitleButtonHeight=16
|
||||
|
||||
[Paths]
|
||||
TitleButtonIcons=/res/icons/themes/Cupertino/16x16/
|
||||
ActiveWindowShadow=/res/icons/themes/Default/frame-shadow-dark.png
|
||||
InactiveWindowShadow=/res/icons/themes/Default/frame-shadow-light.png
|
||||
ActiveWindowShadow=
|
||||
InactiveWindowShadow=
|
||||
MenuShadow=/res/icons/themes/Default/frame-shadow-light.png
|
||||
TaskBarShadow=/res/icons/themes/Default/frame-shadow-light.png
|
||||
TooltipShadow=/res/icons/themes/Default/frame-shadow-light.png
|
||||
|
|
Loading…
Reference in a new issue