mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 17:18:23 -04:00
Fixed spacing in FlowView.
This commit is contained in:
parent
14663f10ae
commit
a28a5de278
@ -7,13 +7,13 @@ import com.yacreader.ComicModel 1.0
|
|||||||
Rectangle {
|
Rectangle {
|
||||||
property url backgroundImageURL;
|
property url backgroundImageURL;
|
||||||
|
|
||||||
property real backgroundBlurRadius : 100;
|
property real backgroundBlurRadius : 100; //85;
|
||||||
property real backgroundBlurOpacity : 0.25;
|
property real backgroundBlurOpacity : 0.25; //0.35;
|
||||||
property bool backgroundBlurVisible : true;
|
property bool backgroundBlurVisible : true;
|
||||||
|
|
||||||
property real additionalBottomSpace;
|
property real additionalBottomSpace;
|
||||||
|
|
||||||
property real verticalPadding: 11
|
property real verticalPadding: 12
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: background
|
id: background
|
||||||
@ -74,8 +74,8 @@ Rectangle {
|
|||||||
|
|
||||||
model: comicsList
|
model: comicsList
|
||||||
|
|
||||||
spacing: 16
|
spacing: 17
|
||||||
anchors.leftMargin: 11
|
anchors.leftMargin: Math.floor(verticalPadding * 1.1)
|
||||||
|
|
||||||
snapMode: ListView.SnapToItem
|
snapMode: ListView.SnapToItem
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user