Allow resizing of custom clock widgets
This commit is contained in:
+5
-1
@@ -239,7 +239,11 @@ sealed interface ClockWidgetStyle {
|
||||
|
||||
@Serializable
|
||||
@SerialName("custom")
|
||||
data class Custom(val widgetId: Int? = null) : ClockWidgetStyle
|
||||
data class Custom(
|
||||
val widgetId: Int? = null,
|
||||
val width: Int? = null,
|
||||
val height: Int = 200,
|
||||
) : ClockWidgetStyle
|
||||
}
|
||||
|
||||
@Serializable
|
||||
|
||||
Reference in New Issue
Block a user