Skip to content

Commit

Permalink
Smaller dots and smaller dot-holes
Browse files Browse the repository at this point in the history
  • Loading branch information
dsnallfot committed Mar 16, 2024
1 parent a10a259 commit 3d5ed10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions LoopFollow/helpers/Globals.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ struct globalVariables {
static var nsVerifiedAlert: TimeInterval = 0

// Graph Settings
static let dotBG: Float = 5
static let dotCarb: Float = 7
static let dotBolus: Float = 7
static let dotSmb: Float = 7
static let dotOther: Float = 7
static let dotBG: Float = 4
static let dotCarb: Float = 6
static let dotBolus: Float = 6
static let dotSmb: Float = 6
static let dotOther: Float = 6


}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d5ed10

Please sign in to comment.