Skip to content

Commit

Permalink
Rounded corners: Set min and default
Browse files Browse the repository at this point in the history
  • Loading branch information
SKULSHADY authored and liquid0624 committed Nov 20, 2018
1 parent d1d92b7 commit 750dd34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/xml/display_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,9 @@
android:key="sysui_rounded_size"
android:title="@string/corner_radius"
android:max="60"
android:min="0"
android:min="1"
settings:units=""
android:defaultValue="1"
android:persistent="false" />

<com.liquid.liquidlounge.preferences.SystemSettingSeekBarPreference
Expand Down

0 comments on commit 750dd34

Please sign in to comment.