diff options
| author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-29 20:04:32 +0700 |
|---|---|---|
| committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-29 20:04:32 +0700 |
| commit | 27b2be77d5d7c53a23bfbec57807b2669dc1c163 (patch) | |
| tree | 694703910379cf4cab2335884619beeeb1edf50f /features/TaskBriefForm.ui.qml | |
| parent | ce208d00add8665d99d01038467c473db00b1931 (diff) | |
load `TaskHistoryForm.ui.qml` on `TaskDetailForm`
Diffstat (limited to 'features/TaskBriefForm.ui.qml')
| -rw-r--r-- | features/TaskBriefForm.ui.qml | 10 |
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} -} -##^##*/ - |