mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-26 20:41:21 +02:00
[bug] fix link name size control
This commit is contained in:
parent
c6815cbffd
commit
146ed84bdf
@ -1497,14 +1497,14 @@ var control = (function() {
|
|||||||
type: "range",
|
type: "range",
|
||||||
valueMod: ["float"],
|
valueMod: ["float"],
|
||||||
func: function() {
|
func: function() {
|
||||||
link.render.item.name.set();
|
link.render.item.name();
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
element: helper.e(".control-link-item-name-size-default"),
|
element: helper.e(".control-link-item-name-size-default"),
|
||||||
type: "button",
|
type: "button",
|
||||||
func: function() {
|
func: function() {
|
||||||
_setValue("link.item.display.icon.size", 0.9);
|
_setValue("link.item.display.icon.size", 0.9);
|
||||||
link.render.item.name.set();
|
link.render.item.name();
|
||||||
update();
|
update();
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
var version = (function() {
|
var version = (function() {
|
||||||
|
|
||||||
// version is normally bumped when the state needs changing or any new functionality is added
|
// version is normally bumped when the state needs changing or any new functionality is added
|
||||||
var current = "3.8.1";
|
var current = "3.8.2";
|
||||||
|
|
||||||
var compare = function(a, b) {
|
var compare = function(a, b) {
|
||||||
var pa = a.split(".");
|
var pa = a.split(".");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user