mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:58:27 +02:00
Restore preferences dialogs buttons spacing
This commit is contained in:
parent
deaecc7050
commit
a16b2c0d20
1 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ ScrollingWindow {
|
||||||
property var showCategories: []
|
property var showCategories: []
|
||||||
minSize: Qt.vector2d(400, 500)
|
minSize: Qt.vector2d(400, 500)
|
||||||
|
|
||||||
//HifiConstants { id: hifi }
|
HifiConstants { id: hifi }
|
||||||
|
|
||||||
function saveAll() {
|
function saveAll() {
|
||||||
for (var i = 0; i < sections.length; ++i) {
|
for (var i = 0; i < sections.length; ++i) {
|
||||||
|
@ -96,9 +96,9 @@ ScrollingWindow {
|
||||||
anchors {
|
anchors {
|
||||||
top: parent.top
|
top: parent.top
|
||||||
right: parent.right
|
right: parent.right
|
||||||
rightMargin: 10//hifi.dimensions.contentMargin.x
|
rightMargin: hifi.dimensions.contentMargin.x
|
||||||
}
|
}
|
||||||
spacing: 1//hifi.dimensions.contentSpacing.x
|
spacing: hifi.dimensions.contentSpacing.x
|
||||||
|
|
||||||
HifiControls.Button {
|
HifiControls.Button {
|
||||||
text: "Save changes"
|
text: "Save changes"
|
||||||
|
|
Loading…
Reference in a new issue