Skip to content

Commit 9e8a66e

Browse files
committed
added new property isMultiline
1 parent 1d7d0ba commit 9e8a66e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/framework/uicomponents/qml/Muse/UiComponents/StyledToolBarView.qml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Rectangle {
4141
property int separatorHeight: rowHeight
4242

4343
property int maximumWidth: -1
44+
property bool isMultiline: height > rowHeight
4445

4546
property NavigationPanel navigationPanel: NavigationPanel {
4647
name: root.objectName !== "" ? root.objectName : "ToolBarView"

0 commit comments

Comments
 (0)