Skip to content

Commit 0e432fb

Browse files
committed
HistoryWidget: Increase padding; update widget images
1 parent 897a236 commit 0e432fb

File tree

15 files changed

+2
-1
lines changed

15 files changed

+2
-1
lines changed
75 Bytes
Loading
-1 Bytes
Loading
5 Bytes
Loading
-15 Bytes
Loading
2.04 KB
Loading
400 Bytes
Loading
378 Bytes
Loading
107 Bytes
Loading

uhabits-android/src/main/java/org/isoron/uhabits/widgets/HistoryWidget.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ class HistoryWidget(
7575
firstWeekday = prefs.firstWeekday,
7676
series = listOf(),
7777
defaultSquare = HistoryChart.Square.OFF,
78-
notesIndicators = listOf()
78+
notesIndicators = listOf(),
79+
padding = 2.5
7980
)
8081
}
8182
).apply {
2.58 KB
Loading

0 commit comments

Comments
 (0)