mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 04:18:12 +02:00
added tabletComboBox to tabletFileDialog
This commit is contained in:
parent
f5324d5822
commit
88c0db969c
1 changed files with 5 additions and 4 deletions
|
@ -151,11 +151,12 @@ TabletModalWindow {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*TabletComboBox {
|
TabletComboBox {
|
||||||
id: pathSelector
|
id: pathSelector
|
||||||
anchors {
|
z: 10
|
||||||
|
anchors {
|
||||||
top: parent.top
|
top: parent.top
|
||||||
topMargin: hifi.dimensions.contentMargin.y
|
topMargin: (fileDialogItem.hasTitle ? (fileDialogItem.frameMarginTop + hifi.dimensions.modalDialogMargin.y) : hifi.dimension.modalDialogMargin.y)
|
||||||
left: navControls.right
|
left: navControls.right
|
||||||
leftMargin: hifi.dimensions.contentSpacing.x
|
leftMargin: hifi.dimensions.contentSpacing.x
|
||||||
right: parent.right
|
right: parent.right
|
||||||
|
@ -219,7 +220,7 @@ TabletModalWindow {
|
||||||
fileTableView.forceActiveFocus();
|
fileTableView.forceActiveFocus();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
|
|
||||||
QtObject {
|
QtObject {
|
||||||
id: d
|
id: d
|
||||||
|
|
Loading…
Reference in a new issue