mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 17:09:36 +02:00
Fix dialog height changing as drop-down value is changed
This commit is contained in:
parent
74db9dc573
commit
89eb073855
3 changed files with 3 additions and 3 deletions
|
@ -177,7 +177,7 @@ ScrollingWindow {
|
||||||
SHAPE_TYPE_STATIC_MESH
|
SHAPE_TYPE_STATIC_MESH
|
||||||
],
|
],
|
||||||
checkStateOnDisable: false,
|
checkStateOnDisable: false,
|
||||||
warningOnDisable: "Models with automatic collisions set to 'Exact' cannot be dynamic"
|
warningOnDisable: "Models with 'Exact' automatic collisions cannot be dynamic"
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -279,7 +279,7 @@ TabletModalWindow {
|
||||||
text: root.warning;
|
text: root.warning;
|
||||||
wrapMode: Text.WordWrap;
|
wrapMode: Text.WordWrap;
|
||||||
font.italic: true;
|
font.italic: true;
|
||||||
maximumLineCount: 3;
|
maximumLineCount: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
HiFiGlyphs {
|
HiFiGlyphs {
|
||||||
|
|
|
@ -176,7 +176,7 @@ Rectangle {
|
||||||
SHAPE_TYPE_STATIC_MESH
|
SHAPE_TYPE_STATIC_MESH
|
||||||
],
|
],
|
||||||
checkStateOnDisable: false,
|
checkStateOnDisable: false,
|
||||||
warningOnDisable: "Models with automatic collisions set to 'Exact' cannot be dynamic"
|
warningOnDisable: "Models with 'Exact' automatic collisions cannot be dynamic"
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue