mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-02-23 05:30:48 +01:00
[design] changing default link display size
This commit is contained in:
parent
16e90f5289
commit
e0ae9601bc
@ -1774,7 +1774,7 @@ var control = (function() {
|
||||
element: helper.e(".control-link-item-display-letter-size-default"),
|
||||
type: "button",
|
||||
func: function() {
|
||||
_setValue("link.item.display.letter.size", 2);
|
||||
_setValue("link.item.display.letter.size", 3);
|
||||
link.render.item.display.letter();
|
||||
update();
|
||||
}
|
||||
@ -1790,7 +1790,7 @@ var control = (function() {
|
||||
element: helper.e(".control-link-item-display-icon-size-default"),
|
||||
type: "button",
|
||||
func: function() {
|
||||
_setValue("link.item.display.icon.size", 2);
|
||||
_setValue("link.item.display.icon.size", 3);
|
||||
link.render.item.display.icon();
|
||||
update();
|
||||
}
|
||||
|
@ -143,14 +143,14 @@ var state = (function() {
|
||||
show: true,
|
||||
size: 2,
|
||||
alignment: {
|
||||
horizontal: "right",
|
||||
vertical: "bottom"
|
||||
horizontal: "center",
|
||||
vertical: "center"
|
||||
},
|
||||
letter: {
|
||||
size: 2
|
||||
size: 3
|
||||
},
|
||||
icon: {
|
||||
size: 2
|
||||
size: 3
|
||||
}
|
||||
},
|
||||
name: {
|
||||
|
Loading…
Reference in New Issue
Block a user