Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34d616a7 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Increase maximum pin pad size

There was overlap between the the ok button and the rest of the grid
if the device was set to largest font and display size.

Change-Id: I305487a906b909b76bace6e0837226749c034128
Fixes: 119047989
Test: visual
parent a4418c7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@

    <!-- Max Height of the sliding KeyguardSecurityContainer
         (includes 2x keyguard_security_view_top_margin) -->
    <dimen name="keyguard_security_max_height">450dp</dimen>
    <dimen name="keyguard_security_max_height">455dp</dimen>

    <!-- Margin around the various security views -->
    <dimen name="keyguard_security_view_top_margin">8dp</dimen>