Skip to content

Commit

Permalink
Doubled gesture area of stage menu
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatp committed Jul 6, 2023
1 parent e488257 commit cc6ae05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Catty/Defines/UIDefines.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class UIDefines: NSObject {
@objc static let iPadScreenHeight = CGFloat(1028.0)

// ScenePresenterViewController
@objc static let slidingStartArea = 40
@objc static let slidingStartArea = 80
@objc static let firstSwipeDuration = CGFloat(0.65)
@objc static let hideMenuViewDelay = CGFloat(0.45)

Expand Down

0 comments on commit cc6ae05

Please sign in to comment.