Skip to content

Commit

Permalink
Applied review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
iiLubos committed Dec 19, 2023
1 parent 61aa947 commit c024b12
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/qml/components/MMSelectableToolbar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@
***************************************************************************/

import QtQuick
import Qt5Compat.GraphicalEffects

Rectangle {
id: control

signal clicked

required property alias model
property alias model: buttonView.model
property alias index: buttonView.currentIndex

anchors {
Expand All @@ -35,7 +34,6 @@ Rectangle {
cellHeight: __style.toolbarHeight
cellWidth: Math.floor((control.width - leftMargin - rightMargin) / control.model.count)

model: control.model
highlightFollowsCurrentItem: false
}
}

0 comments on commit c024b12

Please sign in to comment.