mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 05:43:36 +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
|
||||
anchors {
|
||||
z: 10
|
||||
anchors {
|
||||
top: parent.top
|
||||
topMargin: hifi.dimensions.contentMargin.y
|
||||
topMargin: (fileDialogItem.hasTitle ? (fileDialogItem.frameMarginTop + hifi.dimensions.modalDialogMargin.y) : hifi.dimension.modalDialogMargin.y)
|
||||
left: navControls.right
|
||||
leftMargin: hifi.dimensions.contentSpacing.x
|
||||
right: parent.right
|
||||
|
@ -219,7 +220,7 @@ TabletModalWindow {
|
|||
fileTableView.forceActiveFocus();
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
QtObject {
|
||||
id: d
|
||||
|
|
Loading…
Reference in a new issue