mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Change max slider to 64
This commit is contained in:
@@ -322,7 +322,7 @@ class PasswordGeneratorFragment : DatabaseFragment() {
|
|||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
private const val MIN_SLIDER_LENGTH = 1F
|
private const val MIN_SLIDER_LENGTH = 1F
|
||||||
private const val MAX_SLIDER_LENGTH = 128F
|
private const val MAX_SLIDER_LENGTH = 64F
|
||||||
private const val TAG = "PasswordGeneratorFrgmt"
|
private const val TAG = "PasswordGeneratorFrgmt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -372,7 +372,7 @@
|
|||||||
<!-- Password generator -->
|
<!-- Password generator -->
|
||||||
<string name="min_password_length" translatable="false">1</string>
|
<string name="min_password_length" translatable="false">1</string>
|
||||||
<string name="default_password_length" translatable="false">14</string>
|
<string name="default_password_length" translatable="false">14</string>
|
||||||
<string name="max_password_length" translatable="false">128</string>
|
<string name="max_password_length" translatable="false">64</string>
|
||||||
|
|
||||||
<string name="value_password_uppercase" translatable="false">value_password_uppercase</string>
|
<string name="value_password_uppercase" translatable="false">value_password_uppercase</string>
|
||||||
<string name="value_password_lowercase" translatable="false">value_password_lowercase</string>
|
<string name="value_password_lowercase" translatable="false">value_password_lowercase</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user