aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmlpuppetcommunication
diff options
context:
space:
mode:
authorRafal Stawarski <[email protected]>2024-12-06 13:40:09 +0100
committerRafal Stawarski <[email protected]>2024-12-09 09:53:09 +0000
commitf4380de722b40a47b397a4b01c7b5f6645091ad2 (patch)
tree963831799ee53945dc1d940da2640775a1da06fb /src/libs/qmlpuppetcommunication
parent08b4848317f7fef3ae219fffc4e81ab4781ea78d (diff)
FormEditorView: setupRootItemSize improvement
The improvement is that auxiliary dimensions are only used when no other (explicit or implicit) dimensions are defined. Task-number: QDS-11292 Change-Id: I3c51d7a3cb1028a5aa5bc038f2bdf696191f4cb6 Reviewed-by: Thomas Hartmann <[email protected]> Reviewed-by: Marco Bubke <[email protected]>
Diffstat (limited to 'src/libs/qmlpuppetcommunication')
-rw-r--r--src/libs/qmlpuppetcommunication/interfaces/commondefines.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libs/qmlpuppetcommunication/interfaces/commondefines.h b/src/libs/qmlpuppetcommunication/interfaces/commondefines.h
index 23f23c6c06e..7c4f189f118 100644
--- a/src/libs/qmlpuppetcommunication/interfaces/commondefines.h
+++ b/src/libs/qmlpuppetcommunication/interfaces/commondefines.h
@@ -35,6 +35,7 @@ enum InformationName {
MoveView,
ShowView,
ResizeView,
- HideView
+ HideView,
+ ImplicitSize
};
}