diff options
| author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-29 23:06:34 +0700 |
|---|---|---|
| committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-29 23:06:34 +0700 |
| commit | fc5f8142395d77e508009bc6d9bcf48ff3217f91 (patch) | |
| tree | f221cb6de1c41fada104cbaf930d1c75330c8b15 /features/TaskHistoryForm.ui.qml | |
| parent | 04df88e0e5db34066a626a02dbe9960b55267e6b (diff) | |
changed `TaskBriefForm` layout
Diffstat (limited to 'features/TaskHistoryForm.ui.qml')
| -rw-r--r-- | features/TaskHistoryForm.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/TaskHistoryForm.ui.qml b/features/TaskHistoryForm.ui.qml index 768f3f0..9164f3b 100644 --- a/features/TaskHistoryForm.ui.qml +++ b/features/TaskHistoryForm.ui.qml @@ -12,7 +12,7 @@ Page { property alias historyCreator: historyCreator property alias ticketHistoryText: ticketHistoryText - property alias historyTimeStamp: historyTimeStamp + property alias historyTimestamp: historyTimestamp RowLayout { anchors.fill: parent |