Rename HButton to HUIButton
This commit is contained in:
@@ -78,7 +78,7 @@ HRectangle {
|
||||
id: bannerRepeater
|
||||
model: []
|
||||
|
||||
HButton {
|
||||
HUIButton {
|
||||
id: button
|
||||
text: modelData.text
|
||||
iconName: modelData.iconName
|
||||
|
@@ -71,7 +71,7 @@ HRectangle {
|
||||
model: [
|
||||
"members", "files", "notifications", "history", "settings"
|
||||
]
|
||||
HButton {
|
||||
HUIButton {
|
||||
iconName: "room_view_" + modelData
|
||||
iconDimension: 22
|
||||
autoExclusive: true
|
||||
@@ -87,7 +87,7 @@ HRectangle {
|
||||
}
|
||||
}
|
||||
|
||||
HButton {
|
||||
HUIButton {
|
||||
id: expandButton
|
||||
z: 1
|
||||
anchors.right: parent.right
|
||||
|
Reference in New Issue
Block a user