mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 04:57:23 +02:00
Fix styling issues - make TabletQueryDialog more consistent with TabletCustomQueryDialog
This commit is contained in:
parent
91488bbbeb
commit
c34a6fd000
1 changed files with 4 additions and 6 deletions
|
@ -89,9 +89,9 @@ TabletModalWindow {
|
||||||
bottom: buttons.top;
|
bottom: buttons.top;
|
||||||
left: parent.left;
|
left: parent.left;
|
||||||
right: parent.right;
|
right: parent.right;
|
||||||
margins: 0
|
leftMargin: 12
|
||||||
|
rightMargin: 12
|
||||||
bottomMargin: 2 * hifi.dimensions.contentSpacing.y
|
bottomMargin: 2 * hifi.dimensions.contentSpacing.y
|
||||||
topMargin: modalWindowItem.frameMarginTop
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME make a text field type that can be bound to a history for autocompletion
|
// FIXME make a text field type that can be bound to a history for autocompletion
|
||||||
|
@ -104,8 +104,6 @@ TabletModalWindow {
|
||||||
left: parent.left;
|
left: parent.left;
|
||||||
right: parent.right;
|
right: parent.right;
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
leftMargin: 5
|
|
||||||
rightMargin: 5
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -133,8 +131,8 @@ TabletModalWindow {
|
||||||
anchors {
|
anchors {
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
right: parent.right
|
right: parent.right
|
||||||
margins: 0
|
leftMargin: 12
|
||||||
rightMargin: hifi.dimensions.borderRadius
|
rightMargin: 12
|
||||||
bottomMargin: hifi.dimensions.contentSpacing.y
|
bottomMargin: hifi.dimensions.contentSpacing.y
|
||||||
}
|
}
|
||||||
Button { action: cancelAction }
|
Button { action: cancelAction }
|
||||||
|
|
Loading…
Reference in a new issue