mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
Increase the range of comic tile size. Close #275
This commit is contained in:
@@ -25,8 +25,8 @@ class _ExploreSettingsState extends State<ExploreSettings> {
|
|||||||
title: "Size of comic tile".tl,
|
title: "Size of comic tile".tl,
|
||||||
settingsIndex: "comicTileScale",
|
settingsIndex: "comicTileScale",
|
||||||
interval: 0.05,
|
interval: 0.05,
|
||||||
min: 0.75,
|
min: 0.5,
|
||||||
max: 1.25,
|
max: 1.5,
|
||||||
).toSliver(),
|
).toSliver(),
|
||||||
_PopupWindowSetting(
|
_PopupWindowSetting(
|
||||||
title: "Explore Pages".tl,
|
title: "Explore Pages".tl,
|
||||||
|
Reference in New Issue
Block a user