summaryrefslogtreecommitdiff
path: root/features/TaskBriefForm.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'features/TaskBriefForm.ui.qml')
-rw-r--r--features/TaskBriefForm.ui.qml10
1 files changed, 2 insertions, 8 deletions
diff --git a/features/TaskBriefForm.ui.qml b/features/TaskBriefForm.ui.qml
index e9e2587..b845f5d 100644
--- a/features/TaskBriefForm.ui.qml
+++ b/features/TaskBriefForm.ui.qml
@@ -4,7 +4,8 @@ import QtQuick.Controls.Material 2.12
import QtQuick.Layouts 1.12
Page {
- id: page
+ id: taskBriefComponents
+ height: ticketSubjectLayout.height + ticketMetaLayout.height
RowLayout {
id: ticketSubjectLayout
height: ticketSubject.height + 32
@@ -70,10 +71,3 @@ Page {
}
}
}
-
-/*##^##
-Designer {
- D{i:0;autoSize:true;height:480;width:640}
-}
-##^##*/
-