Request Icons in Correct Size

remotes/origin/Plasma/5.0
Martin Gräßlin 15 years ago
parent 5c3a7afb36
commit 17834ae3f9
  1. 4
      tabbox/qml/compact.qml
  2. 4
      tabbox/qml/informative.qml

@ -94,6 +94,10 @@ Item {
source: "image://client/" + index + "/" + compactTabBox.imagePathPrefix + "-" + compactListView.imageId + (index == compactListView.currentIndex ? "/selected" : "/disabled")
width: 16
height: 16
sourceSize {
width: 16
height: 16
}
anchors {
verticalCenter: parent.verticalCenter
left: parent.left

@ -95,6 +95,10 @@ Item {
source: "image://client/" + index + "/" + informativeTabBox.imagePathPrefix + "-" + listView.imageId + (index == listView.currentIndex ? "/selected" : "/disabled")
width: 32
height: 32
sourceSize {
width: 32
height: 32
}
anchors {
verticalCenter: parent.verticalCenter
left: parent.left

Loading…
Cancel
Save