From d16b9e08c215237a8df05963bf383daef2a99ee6 Mon Sep 17 00:00:00 2001 From: Sergueille Date: Tue, 3 Mar 2026 14:51:05 +0100 Subject: [PATCH 1/2] fix: removed padding on monthly widget --- app/src/main/res/layout/fragment_month_widget.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"> Date: Tue, 3 Mar 2026 15:23:45 +0100 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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