mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-17 11:29:24 +01:00
[design] don't show edge on group name alignment
This commit is contained in:
parent
4a5d31a3e0
commit
092497d945
@ -1679,15 +1679,6 @@ var control = (function() {
|
||||
element: helper.e(".control-group-area-alignment-left"),
|
||||
path: "group.area.alignment",
|
||||
type: "radio",
|
||||
additionalEvents: [{
|
||||
event: "change",
|
||||
func: function() {
|
||||
edge.box.open({
|
||||
element: helper.e(".group-header"),
|
||||
delay: 500
|
||||
});
|
||||
}
|
||||
}],
|
||||
func: function() {
|
||||
render.class();
|
||||
}
|
||||
@ -1695,15 +1686,6 @@ var control = (function() {
|
||||
element: helper.e(".control-group-area-alignment-center"),
|
||||
path: "group.area.alignment",
|
||||
type: "radio",
|
||||
additionalEvents: [{
|
||||
event: "change",
|
||||
func: function() {
|
||||
edge.box.open({
|
||||
element: helper.e(".group-header"),
|
||||
delay: 500
|
||||
});
|
||||
}
|
||||
}],
|
||||
func: function() {
|
||||
render.class();
|
||||
}
|
||||
@ -1711,15 +1693,6 @@ var control = (function() {
|
||||
element: helper.e(".control-group-area-alignment-right"),
|
||||
path: "group.area.alignment",
|
||||
type: "radio",
|
||||
additionalEvents: [{
|
||||
event: "change",
|
||||
func: function() {
|
||||
edge.box.open({
|
||||
element: helper.e(".group-header"),
|
||||
delay: 500
|
||||
});
|
||||
}
|
||||
}],
|
||||
func: function() {
|
||||
render.class();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user