diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-12-15 21:50:31 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-12-15 21:52:47 +0530 |
| commit | a94f867fdba27211700eccb3f4acdba7041bdb68 (patch) | |
| tree | 987bb6accf9d6ece8961b2dc368db7ff9d09e0f0 /src/Chelleport/Context.hs | |
| parent | 2cb08c5e64c53eb16ea8436fb6490db72d885426 (diff) | |
| download | chelleport-a94f867fdba27211700eccb3f4acdba7041bdb68.tar.gz chelleport-a94f867fdba27211700eccb3f4acdba7041bdb68.zip | |
Add fine-grain grid when selection is active
Diffstat (limited to 'src/Chelleport/Context.hs')
| -rw-r--r-- | src/Chelleport/Context.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Chelleport/Context.hs b/src/Chelleport/Context.hs index b573975..de5c94b 100644 --- a/src/Chelleport/Context.hs +++ b/src/Chelleport/Context.hs @@ -8,7 +8,7 @@ import qualified SDL import qualified SDL.Font as TTF windowOpacity :: CFloat -windowOpacity = 0.6 +windowOpacity = 0.5 fontSize :: Int fontSize = 24 |
