mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
WebUI: Adjust context menu offsets in Search tab & Status filter list
This commit is contained in:
parent
f58d6ae984
commit
1a3d0f6fab
2 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue