Changeset View
Changeset View
Standalone View
Standalone View
discover/qml/SourcesPage.qml
| Show All 16 Lines | 11 | DiscoverPage { | |||
|---|---|---|---|---|---|
| 17 | Kirigami.Theme.inherit: false | 17 | Kirigami.Theme.inherit: false | ||
| 18 | Kirigami.Theme.colorSet: Kirigami.Theme.View | 18 | Kirigami.Theme.colorSet: Kirigami.Theme.View | ||
| 19 | 19 | | |||
| 20 | background: Rectangle { | 20 | background: Rectangle { | ||
| 21 | color: Kirigami.Theme.backgroundColor | 21 | color: Kirigami.Theme.backgroundColor | ||
| 22 | } | 22 | } | ||
| 23 | 23 | | |||
| 24 | header: QQC2.ToolBar { | 24 | header: QQC2.ToolBar { | ||
| 25 | height: Kirigami.Units.gridUnit * 2.3 | ||||
| 25 | Kirigami.Theme.inherit: false | 26 | Kirigami.Theme.inherit: false | ||
| 26 | Kirigami.Theme.colorSet: Kirigami.Theme.Window | 27 | Kirigami.Theme.colorSet: Kirigami.Theme.Window | ||
| 27 | anchors { | | |||
| 28 | right: parent.right | | |||
| 29 | left: parent.left | | |||
| 30 | } | | |||
| 31 | | ||||
| 32 | contentItem: RowLayout { | 28 | contentItem: RowLayout { | ||
| 33 | anchors { | | |||
| 34 | topMargin: Kirigami.Units.smallSpacing | | |||
| 35 | bottomMargin: Kirigami.Units.smallSpacing | | |||
| 36 | } | | |||
| 37 | | ||||
| 38 | Item { | 29 | Item { | ||
| 39 | Layout.fillWidth: true | 30 | Layout.fillWidth: true | ||
| 40 | } | 31 | } | ||
| 41 | 32 | | |||
| 42 | ToolButton { | 33 | ToolButton { | ||
| 43 | action: refreshAction | 34 | action: refreshAction | ||
| 44 | } | 35 | } | ||
| 45 | 36 | | |||
| ▲ Show 20 Lines • Show All 189 Lines • Show Last 20 Lines | |||||