Browse Source

qml: move dialogs out of controls/

patch-4
Sander van Grieken 3 years ago
parent
commit
33bc35940f
  1. 2
      electrum/gui/qml/components/GenericShareDialog.qml
  2. 0
      electrum/gui/qml/components/MessageDialog.qml
  3. 0
      electrum/gui/qml/components/NotificationPopup.qml
  4. 2
      electrum/gui/qml/components/PasswordDialog.qml

2
electrum/gui/qml/components/controls/GenericShareDialog.qml → electrum/gui/qml/components/GenericShareDialog.qml

@ -3,6 +3,8 @@ import QtQuick.Layouts 1.0
import QtQuick.Controls 2.14
import QtQuick.Controls.Material 2.0
import "controls"
Dialog {
id: dialog

0
electrum/gui/qml/components/controls/MessageDialog.qml → electrum/gui/qml/components/MessageDialog.qml

0
electrum/gui/qml/components/controls/NotificationPopup.qml → electrum/gui/qml/components/NotificationPopup.qml

2
electrum/gui/qml/components/controls/PasswordDialog.qml → electrum/gui/qml/components/PasswordDialog.qml

@ -5,6 +5,8 @@ import QtQuick.Controls.Material 2.0
import org.electrum 1.0
import "controls"
Dialog {
id: passworddialog
Loading…
Cancel
Save