diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f5f0c34b..f7a7d09d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Fixed +- Removed padding around monthly calendar widget ([#63]) ## [1.10.3] - 2026-02-14 ### Changed diff --git a/app/src/main/res/layout/fragment_month_widget.xml b/app/src/main/res/layout/fragment_month_widget.xml index cb7c177ff..0d445e7ef 100644 --- a/app/src/main/res/layout/fragment_month_widget.xml +++ b/app/src/main/res/layout/fragment_month_widget.xml @@ -3,8 +3,7 @@ xmlns:tools="http://schemas.android.com/tools" android:id="@+id/calendar_wrapper" android:layout_width="match_parent" - android:layout_height="match_parent" - android:padding="@dimen/medium_margin"> + android:layout_height="match_parent">