renamed deaultservertype, and moved to components
This commit is contained in:
parent
de35a26285
commit
49923c4214
3 changed files with 4 additions and 3 deletions
|
@ -215,6 +215,6 @@
|
|||
<file>ui/qml/Controls2/ListViewWithLabelsType.qml</file>
|
||||
<file>ui/qml/Pages2/PageServiceDnsSettings.qml</file>
|
||||
<file>ui/qml/Controls2/TopCloseButtonType.qml</file>
|
||||
<file>ui/qml/Controls2/DefaultSeverType.qml</file>
|
||||
<file>ui/qml/Components/HomeRootMenuButton.qml</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
|
@ -2,7 +2,8 @@ import QtQuick
|
|||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
|
||||
import "TextTypes"
|
||||
import "../Controls2/TextTypes"
|
||||
import "../Controls2"
|
||||
|
||||
Item {
|
||||
id: root
|
|
@ -67,7 +67,7 @@ PageType {
|
|||
}
|
||||
}
|
||||
|
||||
DefaultSeverType {
|
||||
HomeRootMenuButton {
|
||||
id: defaultServerInfo
|
||||
height: 130
|
||||
anchors.right: parent.right
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue