diff options
| author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-30 14:56:13 +0700 |
|---|---|---|
| committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-30 14:56:13 +0700 |
| commit | 6c41f3de65255fd0286a6356a05fb8ed3edab6f1 (patch) | |
| tree | 67f17809a498d7b1a80983a2a5ca4f4ef81d5382 /features/TaskDetailForm.ui.qml | |
| parent | b6509cdf64798971ce905d2b7d49feacb1a0dfe2 (diff) | |
better layout for `TaskHistory` to accomodate long ass description 🤪
Diffstat (limited to 'features/TaskDetailForm.ui.qml')
| -rw-r--r-- | features/TaskDetailForm.ui.qml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/features/TaskDetailForm.ui.qml b/features/TaskDetailForm.ui.qml index 0a6540b..f8da9d1 100644 --- a/features/TaskDetailForm.ui.qml +++ b/features/TaskDetailForm.ui.qml @@ -6,9 +6,6 @@ import QtQuick.Layouts 1.12 Page { id: page title: qsTr("Task detail page") - background: Rectangle { - color: "#FFFFFF" - } property alias backButton: backButton @@ -39,7 +36,7 @@ Page { /*##^## Designer { - D{i:0;autoSize:true;height:480;width:640}D{i:9;anchors_x:0;anchors_y:183} + D{i:0;autoSize:true;height:480;width:640} } ##^##*/ |