[applets/mediaplayer] Make size of the standalone plasmoid similar to that of the system tray

BUG: 422736
wilder-portage-prov
Riccardo Robecchi 6 years ago committed by Carson Black
parent 80c737cb48
commit 6e34cd553f
  1. 4
      applets/mediacontroller/contents/ui/ExpandedRepresentation.qml

@ -32,8 +32,8 @@ import QtGraphicalEffects 1.0
Item {
id: expandedRepresentation
Layout.minimumWidth: units.gridUnit * 15
Layout.minimumHeight: units.gridUnit * 23
Layout.minimumWidth: units.gridUnit * 14
Layout.minimumHeight: units.gridUnit * 14
Layout.preferredWidth: Layout.minimumWidth * 1.5
Layout.preferredHeight: Layout.minimumHeight * 1.5

Loading…
Cancel
Save