mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
WebUI: Adjust context menu offsets in Search tab & Status filter list
This commit is contained in:
@@ -97,8 +97,8 @@ window.qBittorrent.Search ??= (() => {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
offsets: {
|
offsets: {
|
||||||
x: -15,
|
x: 2,
|
||||||
y: -53
|
y: -60
|
||||||
},
|
},
|
||||||
onShow: function() {
|
onShow: function() {
|
||||||
setActiveTab(this.options.element);
|
setActiveTab(this.options.element);
|
||||||
|
|||||||
@@ -98,7 +98,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
offsets: {
|
offsets: {
|
||||||
x: -15,
|
x: 0,
|
||||||
y: 2
|
y: 2
|
||||||
},
|
},
|
||||||
onShow: function() {
|
onShow: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user