Skip to content

Commit

Permalink
[Fix] 베지어 다이얼로그 버튼 최대 개수 올바르게 수정 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
heoblitz authored Mar 20, 2024
1 parent c401d09 commit 9da8829
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ private enum Metric {
}

private enum Constant {
static let maxHorizontalButtonCount = 4
static let maxVerticalButtonCount = 2
static let maxHorizontalButtonCount = 2
static let maxVerticalButtonCount = 4
}

struct BezierDialog: View, Themeable {
Expand Down

0 comments on commit 9da8829

Please sign in to comment.