Skip to content

Commit

Permalink
Added opacity change on press & increased width
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLazarescu committed Oct 18, 2023
1 parent 63e82eb commit 3d4a3df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/presentation/readingPage/MBookmarkItem.qml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Rectangle {
property string uuid: model.uuid
signal rightClicked(var mouse, int index)

opacity: area.pressed ? 0.78 : 1
implicitHeight: 24
color: "transparent"

Expand Down
2 changes: 1 addition & 1 deletion src/presentation/readingPage/MReadingPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Page {

MBookmarksSidebar {
id: bookmarksSidebar
property int lastWidth: 300
property int lastWidth: 370
property bool active: false

anchors.fill: parent
Expand Down

0 comments on commit 3d4a3df

Please sign in to comment.