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 authored and AndyScherzinger committed Mar 7, 2024
1 parent bea3f96 commit c92cc53
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 @@ -40,7 +40,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 c92cc53

Please sign in to comment.