Skip to content

Commit

Permalink
app: set status bar height to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
bummoblizard committed Feb 5, 2024
1 parent 2023950 commit 8fc83c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodeApp/Containers/MainScene.swift
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ private struct MainView: View {
}
StatusBar()
.environmentObject(extensionManager.statusBarManager)
.frame(width: geometry.size.width, height: 24.5)
.frame(width: geometry.size.width, height: 20)
}

HStack {
Expand Down

0 comments on commit 8fc83c4

Please sign in to comment.