|
|
|
@ -16,7 +16,7 @@
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
import QtQuick 2.12
|
|
|
|
import QtQuick 2.12
|
|
|
|
import QtQuick.Layouts 1.12
|
|
|
|
import QtQuick.Layouts 1.12
|
|
|
|
import QtQuick.Controls 2.12
|
|
|
|
import QtQuick.Controls 2.12
|
|
|
|
@ -109,7 +109,7 @@ Item {
|
|
|
|
width: rootItem.iconSize
|
|
|
|
width: rootItem.iconSize
|
|
|
|
height: rootItem.iconSize
|
|
|
|
height: rootItem.iconSize
|
|
|
|
sourceSize: Qt.size(rootItem.iconSize,
|
|
|
|
sourceSize: Qt.size(rootItem.iconSize,
|
|
|
|
rootItem.iconSize)
|
|
|
|
rootItem.iconSize)
|
|
|
|
source: acticity.icon ? "image://icontheme/" + acticity.icon : ""
|
|
|
|
source: acticity.icon ? "image://icontheme/" + acticity.icon : ""
|
|
|
|
visible: status === Image.Ready
|
|
|
|
visible: status === Image.Ready
|
|
|
|
antialiasing: true
|
|
|
|
antialiasing: true
|
|
|
|
|