diff --git a/modules/gui/qt/playlist/qml/PlaylistToolbar.qml b/modules/gui/qt/playlist/qml/PlaylistToolbar.qml
index ca0f52418b5a20fe245486896ddc60d42e38199c..3c0a7201e4822f0153f597d2ae5fa43ebf9d250a 100644
--- a/modules/gui/qt/playlist/qml/PlaylistToolbar.qml
+++ b/modules/gui/qt/playlist/qml/PlaylistToolbar.qml
@@ -34,7 +34,7 @@ RowLayout {
 
     Item {
         Layout.fillWidth: true
-        implicitHeight: childrenRect.height
+        implicitHeight: loop.height
 
         Widgets.IconToolButton {
             id: loop
@@ -54,7 +54,7 @@ RowLayout {
 
     Item {
         Layout.fillWidth: true
-        implicitHeight: childrenRect.height
+        implicitHeight: shuffle.height
 
         Widgets.IconToolButton {
             id: shuffle
@@ -71,7 +71,7 @@ RowLayout {
 
     Item {
         Layout.fillWidth: true
-        implicitHeight: childrenRect.height
+        implicitHeight: sort.height
 
         Widgets.SortControl {
             id: sort
@@ -117,7 +117,7 @@ RowLayout {
 
     Item {
         Layout.fillWidth: true
-        implicitHeight: childrenRect.height
+        implicitHeight: clear.height
 
         Widgets.IconToolButton {
             id: clear