Refactor SignIn, adjustments to HCheckBox & HBox

This commit is contained in:
miruka
2019-12-07 09:38:36 -04:00
parent 150744ab8a
commit 7235611d54
17 changed files with 233 additions and 227 deletions

View File

@@ -5,9 +5,6 @@ import "../../Base"
import "../../utils.js" as Utils
HBox {
horizontalSpacing: currentSpacing
verticalSpacing: currentSpacing
buttonModel: [
{ name: "retry", text: qsTr("Retry"), iconName: "retry" },
{ name: "cancel", text: qsTr("Cancel"), iconName: "cancel" },

View File

@@ -4,9 +4,6 @@ import "../../Base"
import "../../utils.js" as Utils
HBox {
horizontalSpacing: currentSpacing
verticalSpacing: currentSpacing
buttonModel: [
{ name: "export", text: qsTr("Export"), iconName: "export-keys"},
{ name: "import", text: qsTr("Import"), iconName: "import-keys"},