forked from Shinonome/dots-hyprland
booru: api caller service
This commit is contained in:
@@ -56,6 +56,7 @@ ColumnLayout {
|
||||
z: 2
|
||||
|
||||
anchors.fill: parent
|
||||
// TODO: make the end point in the moving direction go first
|
||||
anchors.leftMargin: {
|
||||
const tabCount = root.tabButtonList.length
|
||||
const targetWidth = tabBar.contentItem.children[0].children[tabBar.currentIndex].tabContentWidth
|
||||
|
||||
@@ -14,7 +14,7 @@ ToolTip {
|
||||
|
||||
Connections {
|
||||
target: parent
|
||||
onHoveredChanged: {
|
||||
function onHoveredChanged() {
|
||||
if (parent.hovered) {
|
||||
tooltipShowDelay.restart()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user