diff --git a/qml/pages/MainPage.qml b/qml/pages/MainPage.qml index 9b5a5c2..89fcc23 100644 --- a/qml/pages/MainPage.qml +++ b/qml/pages/MainPage.qml @@ -354,6 +354,8 @@ Page { Item { height: Theme.paddingLarge*2; width: parent.width } SectionHeader { text: qsTr("Additional Information"); font.pixelSize: Theme.fontSizeLarge } Separator { color: Theme.primaryColor; horizontalAlignment: Qt.AlignHCenter; width: page.width} + SectionHeader { text: qsTr("Additional Information") } + CatSelect { id: metacat } TextArea{id: text_add; width: parent.width; height: Math.max(implicitHeight, Theme.itemSizeLarge); label: qsTr("Add any other information")