Add fifteen-puzzle and fifteen-puzzle-symbolic
The icon for the fifteenpuzzle Plasma applet is outdated, so I came up with some icons.
Before
Previews
Next steps
The next step after merging this MR is to create an MR in https://invent.kde.org/plasma/kdeplasma-addons that:
- Deletes the old icon at
applets/fifteenPuzzle/sc-apps-fifteenpuzzle.svgz(and any code in the CMakeLists.txt that installs the icon), - and adds a
Plasmoid.iconproperty in the main QML file atapplets/fifteenPuzzle/qml/main.qml
switchWidth: Kirigami.Units.gridUnit * 5
switchHeight: Kirigami.Units.gridUnit * 5
+ Plasmoid.icon: "fifteenpuzzle-symbolic"
+
readonly property bool inPanel: (Plasmoid.location === PlasmaCore.Types.TopEdge
BUG: 504973
Edited by Martin Sh




