Rename HInterfaceBox component to HBox
This commit is contained in:
@@ -4,7 +4,7 @@ import QtQuick.Layouts 1.12
|
||||
import "../../Base"
|
||||
import "../../utils.js" as Utils
|
||||
|
||||
HInterfaceBox {
|
||||
HBox {
|
||||
horizontalSpacing: currentSpacing
|
||||
verticalSpacing: currentSpacing
|
||||
|
||||
|
@@ -4,7 +4,7 @@ import QtQuick.Layouts 1.12
|
||||
import "../../Base"
|
||||
import "../../utils.js" as Utils
|
||||
|
||||
HInterfaceBox {
|
||||
HBox {
|
||||
horizontalSpacing: currentSpacing
|
||||
verticalSpacing: currentSpacing
|
||||
|
||||
|
@@ -8,7 +8,7 @@ HPage {
|
||||
|
||||
onFocusChanged: idField.forceActiveFocus()
|
||||
|
||||
HInterfaceBox {
|
||||
HBox {
|
||||
id: signInBox
|
||||
Layout.alignment: Qt.AlignCenter
|
||||
|
||||
|
Reference in New Issue
Block a user