icons: square closebutton.png and copy_bw.png so they don't resize on highlight (qml)
and upscale qrcode-[_white].png for the same reason and so we don't need to apply scaling
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 691 B |
|
Before Width: | Height: | Size: 880 B After Width: | Height: | Size: 833 B |
|
Before Width: | Height: | Size: 314 B After Width: | Height: | Size: 394 B |
|
Before Width: | Height: | Size: 380 B After Width: | Height: | Size: 412 B |
@@ -84,7 +84,6 @@ ElDialog {
|
||||
icon.source: '../../icons/qrcode.png'
|
||||
icon.height: constants.iconSizeMedium
|
||||
icon.width: constants.iconSizeMedium
|
||||
scale: 1.2
|
||||
onClicked: {
|
||||
var dialog = app.scanDialog.createObject(app, {
|
||||
hint: Daemon.currentWallet.isWatchOnly
|
||||
|
||||
@@ -117,7 +117,6 @@ ElDialog {
|
||||
icon.source: '../../icons/qrcode.png'
|
||||
icon.height: constants.iconSizeMedium
|
||||
icon.width: constants.iconSizeMedium
|
||||
scale: 1.2
|
||||
onClicked: {
|
||||
var dialog = app.scanDialog.createObject(app, {
|
||||
hint: qsTr('Scan a node-id or a connect string')
|
||||
|
||||
@@ -114,7 +114,6 @@ ElDialog {
|
||||
icon.source: '../../icons/qrcode.png'
|
||||
icon.height: constants.iconSizeMedium
|
||||
icon.width: constants.iconSizeMedium
|
||||
scale: 1.2
|
||||
onClicked: {
|
||||
var dialog = app.scanDialog.createObject(app, {
|
||||
hint: qsTr('Scan a private key')
|
||||
|
||||
@@ -159,7 +159,6 @@ WizardComponent {
|
||||
icon.source: '../../../icons/qrcode.png'
|
||||
icon.height: constants.iconSizeMedium
|
||||
icon.width: constants.iconSizeMedium
|
||||
scale: 1.2
|
||||
onClicked: {
|
||||
var dialog = app.scanDialog.createObject(app, {
|
||||
hint: cosigner
|
||||
|
||||
@@ -69,7 +69,6 @@ WizardComponent {
|
||||
icon.source: '../../../icons/qrcode.png'
|
||||
icon.height: constants.iconSizeMedium
|
||||
icon.width: constants.iconSizeMedium
|
||||
scale: 1.2
|
||||
onClicked: {
|
||||
var dialog = app.scanDialog.createObject(app, {
|
||||
hint: bitcoin.isAddressList(import_ta.text)
|
||||
|
||||