Skip to content

qml: IconButton and IconToolButton adjustments, remove IconControlButton

Fatih Uzunoğlu requested to merge fuzun/vlc:qml/icontoolbutton into master
  • Remove unnecessary size property.
  • Remove iconText, use text for the symbol and ToolTip.text for tool tip text.
  • Remove IconControlButton.qml. The purpose of this item is not clear.

The current usage does not make it obvious what is what, this merge request addresses that.

Edited by Fatih Uzunoğlu

Merge request reports