Skip to content

Commit

Permalink
#19 - adjust default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeclayton committed Jul 13, 2023
1 parent 7f6fbab commit fecead5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FancyMouse/Models/Settings/AppSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ internal sealed class AppSettings
depth: 0
),
paddingStyle: new(
all: 6
all: 4
),
backgroundStyle: new(
color1: Color.FromArgb(0xFF, 0x0D, 0x57, 0xD2),
Expand All @@ -38,7 +38,7 @@ internal sealed class AppSettings
),
screenshotStyle: new(
marginStyle: new(
all: 2
all: 4
),
borderStyle: new(
color: Color.FromArgb(0xFF, 0x22, 0x22, 0x22),
Expand Down

0 comments on commit fecead5

Please sign in to comment.