From 3ce00acd163d661f84050cfbb7c9eee0e6302cb3 Mon Sep 17 00:00:00 2001 From: Alexander Ivash Date: Fri, 6 Apr 2018 00:33:42 +0300 Subject: [PATCH] rebased to the master --- interface/resources/qml/dialogs/TabletQueryDialog.qml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/interface/resources/qml/dialogs/TabletQueryDialog.qml b/interface/resources/qml/dialogs/TabletQueryDialog.qml index 92f6864c86..60dbc106dc 100644 --- a/interface/resources/qml/dialogs/TabletQueryDialog.qml +++ b/interface/resources/qml/dialogs/TabletQueryDialog.qml @@ -89,9 +89,9 @@ TabletModalWindow { bottom: buttons.top; left: parent.left; right: parent.right; - leftMargin: 12 - rightMargin: 12 + margins: 0 bottomMargin: 2 * hifi.dimensions.contentSpacing.y + topMargin: modalWindowItem.frameMarginTop } // FIXME make a text field type that can be bound to a history for autocompletion @@ -104,6 +104,8 @@ TabletModalWindow { left: parent.left; right: parent.right; bottom: parent.bottom + leftMargin: 5 + rightMargin: 5 } } @@ -131,8 +133,8 @@ TabletModalWindow { anchors { bottom: parent.bottom right: parent.right - leftMargin: 12 - rightMargin: 12 + margins: 0 + rightMargin: hifi.dimensions.borderRadius bottomMargin: hifi.dimensions.contentSpacing.y } Button { action: cancelAction }