mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -04:00
Use QQuickWidget instead of QQuickView to avoid displacement bugs on Windows and Linux
This commit is contained in:
@ -11,8 +11,8 @@ Rectangle {
|
||||
|
||||
color: infoBackgroundColor
|
||||
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
//width: parent.width
|
||||
//height: parent.height
|
||||
anchors.margins: 0
|
||||
|
||||
FlowView {
|
||||
|
Reference in New Issue
Block a user