Skip to content

Commit

Permalink
chore(qml): various fixes for Material 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Apr 20, 2024
1 parent 233d191 commit 7ef0fce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui-qml/src/components/MainDrawer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Drawer {
spacing: 0
anchors.margins: 0
anchors.fill: parent
anchors.topMargin: -Material.LargeScale
anchors.bottomMargin: -Material.LargeScale

ListView {
id: listView
Expand Down
3 changes: 3 additions & 0 deletions src/gui-qml/src/components/SearchScreen.qml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ Page {
enabled: pageLoader.hasPrev
Layout.fillHeight: true
Material.elevation: 0
Material.roundedScale: Material.NotRounded

onClicked: {
page--
Expand All @@ -203,6 +204,7 @@ Page {
Layout.fillWidth: true
Layout.fillHeight: true
Material.elevation: 0
Material.roundedScale: Material.NotRounded

onClicked: searchTab.openSources()
}
Expand All @@ -216,6 +218,7 @@ Page {
enabled: pageLoader.hasNext
Layout.fillHeight: true
Material.elevation: 0
Material.roundedScale: Material.NotRounded

onClicked: {
page++
Expand Down

0 comments on commit 7ef0fce

Please sign in to comment.