Rename HInterfaceBox component to HBox

This commit is contained in:
miruka 2019-08-28 11:56:05 -04:00
parent 7c3ed5ca14
commit b1e1ea30d2
5 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ Popup {
color: theme.controls.popup.background
}
contentItem: HInterfaceBox {
contentItem: HBox {
id: box
implicitWidth: theme.minimumSupportedWidthPlusSpacing
enterButtonTarget: "ok"

View File

@ -4,7 +4,7 @@ import QtQuick.Layouts 1.12
import "../../Base"
import "../../utils.js" as Utils
HInterfaceBox {
HBox {
horizontalSpacing: currentSpacing
verticalSpacing: currentSpacing

View File

@ -4,7 +4,7 @@ import QtQuick.Layouts 1.12
import "../../Base"
import "../../utils.js" as Utils
HInterfaceBox {
HBox {
horizontalSpacing: currentSpacing
verticalSpacing: currentSpacing

View File

@ -8,7 +8,7 @@ HPage {
onFocusChanged: idField.forceActiveFocus()
HInterfaceBox {
HBox {
id: signInBox
Layout.alignment: Qt.AlignCenter