summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TransactionForm.ui.qml16
1 files changed, 0 insertions, 16 deletions
diff --git a/TransactionForm.ui.qml b/TransactionForm.ui.qml
index 3e31ca2..37f1847 100644
--- a/TransactionForm.ui.qml
+++ b/TransactionForm.ui.qml
@@ -1,6 +1,5 @@
import QtQuick 2.15
import QtQuick.Controls 2.15
-import QtQuick.Controls.Material 2.15
Rectangle {
color: "#121212"
@@ -39,19 +38,4 @@ Rectangle {
font.family: "Roboto Mono"
anchors.topMargin: 16
}
-
- Button {
- id: submit
- text: "Tagih"
- anchors.left: parent.left
- anchors.right: parent.right
- anchors.bottom: parent.bottom
- font.capitalization: Font.MixedCase
- font.family: "Roboto Mono"
- anchors.rightMargin: 16
- anchors.leftMargin: 16
- anchors.bottomMargin: 16
- highlighted: true
- Material.accent: Material.Grey
- }
}