Skip to content

Commit

Permalink
add categories
Browse files Browse the repository at this point in the history
Contributes-To: #40
  • Loading branch information
nephros authored and Peter G. (nephros) committed May 23, 2023
1 parent c8e2a70 commit 8cfc979
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qml/pages/MainPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 8cfc979

Please sign in to comment.