forked from Public/monero-gui
StandardButton - removed unused properties and some layout changes to settings page
This commit is contained in:
committed by
moneromooo-monero
parent
0477af1b0d
commit
be9cb8931c
@@ -33,9 +33,12 @@ import QtQuick.Layouts 1.1
|
||||
|
||||
GridLayout {
|
||||
columns: (isMobile) ? 1 : 2
|
||||
columnSpacing: 32
|
||||
id: root
|
||||
property alias daemonAddrText: daemonAddr.text
|
||||
property alias daemonPortText: daemonPort.text
|
||||
property alias daemonAddrLabelText: daemonAddr.labelText
|
||||
property alias daemonPortLabelText: daemonPort.labelText
|
||||
|
||||
signal editingFinished()
|
||||
|
||||
@@ -50,7 +53,6 @@ GridLayout {
|
||||
onEditingFinished: root.editingFinished()
|
||||
}
|
||||
|
||||
|
||||
LineEdit {
|
||||
id: daemonPort
|
||||
Layout.fillWidth: true
|
||||
|
||||
Reference in New Issue
Block a user