Create AmneziaStyle qml object (#830)
This commit is contained in:
parent
ff4fbde0b0
commit
5945133d30
67 changed files with 478 additions and 351 deletions
|
|
@ -5,6 +5,7 @@ import QtQuick.Dialogs
|
|||
|
||||
import PageEnum 1.0
|
||||
import QRCodeReader 1.0
|
||||
import Style 1.0
|
||||
|
||||
import "./"
|
||||
import "../Controls2"
|
||||
|
|
@ -60,7 +61,7 @@ PageType {
|
|||
anchors.rightMargin: 16
|
||||
anchors.bottomMargin: 34
|
||||
|
||||
color: "transparent"
|
||||
color: AmneziaStyle.color.transparent
|
||||
//radius: 16
|
||||
|
||||
QRCodeReader {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue