removed unused code

This commit is contained in:
vladimir.kuznetsov 2022-12-18 18:27:08 +03:00
parent 833364a94e
commit 1fd1b0388b
4 changed files with 1 additions and 10 deletions

View file

@ -8,7 +8,6 @@ BasicButtonType {
background: Item {}
contentItem: Item {
// anchors.fill: parent
SvgImageType {
anchors.left: parent.left
anchors.verticalCenter: parent.verticalCenter

View file

@ -1,6 +1,5 @@
import QtQuick
import QtQuick.Controls
//import QtGraphicalEffects 1.12
import QtQuick.Shapes 1.4
Item {