mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Move many widget classes to lib_ui.
This commit is contained in:
@@ -22,11 +22,6 @@ enum {
|
||||
MaxPhoneCodeLength = 4, // max length of country phone code
|
||||
MaxPhoneTailLength = 32, // rest of the phone number, without country code (seen 12 at least), need more for service numbers
|
||||
|
||||
MaxScrollSpeed = 37, // 37px per 15ms while select-by-drag
|
||||
FingerAccuracyThreshold = 3, // touch flick ignore 3px
|
||||
MaxScrollAccelerated = 4000, // 4000px per second
|
||||
MaxScrollFlick = 2500, // 2500px per second
|
||||
|
||||
LocalEncryptIterCount = 4000, // key derivation iteration count
|
||||
LocalEncryptNoPwdIterCount = 4, // key derivation iteration count without pwd (not secure anyway)
|
||||
LocalEncryptSaltSize = 32, // 256 bit
|
||||
|
||||
Reference in New Issue
Block a user