Skip to content

Commit

Permalink
Smaller radius for single note widget
Browse files Browse the repository at this point in the history
  • Loading branch information
abdusalamYabrak committed Oct 8, 2022
1 parent 1ce4bce commit e7ee2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<item format="float" name="note_line_spacing" type="dimen">1.15</item>

<!-- Widgets -->
<dimen name="widget_outer_radius">@dimen/spacer_4x</dimen>
<dimen name="widget_outer_radius">@dimen/spacer_2x</dimen>
<dimen name="widget_margin">@dimen/spacer_4x</dimen>
<dimen name="widget_inner_padding_vertical">@dimen/spacer_2x</dimen>
<dimen name="widget_inner_padding_horizontal">@dimen/spacer_1x</dimen>
Expand Down

0 comments on commit e7ee2b6

Please sign in to comment.