cleaned and optimized launcher + added actionsview on listview items on launcher. TAB to open it or right click. Added typing animation for Crypto.qml and also anchored the icon on the left so it doesnt keep moving around when changing sizes.
This commit is contained in:
@@ -21,7 +21,13 @@ PanelWindow {
|
||||
property bool popupOpen: false
|
||||
property real popupCenterX: -1
|
||||
|
||||
function _doOpen() { hideTimer.stop(); visible = true; popupOpen = true }
|
||||
function _doOpen() {
|
||||
hideTimer.stop()
|
||||
if (chipRoot) {
|
||||
popupCenterX = chipRoot.mapToItem(null, 0, 0).x + chipRoot.width / 2
|
||||
}
|
||||
visible = true; popupOpen = true
|
||||
}
|
||||
function open() {
|
||||
_doOpen()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user