[Common] debug
This commit is contained in:
parent
2498996442
commit
ae12690dea
|
@ -336,7 +336,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.open {
|
&.open {
|
||||||
button:not(.active) {
|
> button:not(.active) {
|
||||||
&:last-of-type {
|
&:last-of-type {
|
||||||
background-color: @color-dark;
|
background-color: @color-dark;
|
||||||
}
|
}
|
||||||
|
|
|
@ -103,7 +103,7 @@ define([
|
||||||
var name = layout.get_Name();
|
var name = layout.get_Name();
|
||||||
_layouts.push({
|
_layouts.push({
|
||||||
imageUrl : layout.get_Image(),
|
imageUrl : layout.get_Image(),
|
||||||
title : (name !== '') ? name : me.layoutNames[layout.getType()],
|
title : (name !== '') ? name : PE.getController('Main').layoutNames[layout.getType()],
|
||||||
itemWidth : layout.get_Width(),
|
itemWidth : layout.get_Width(),
|
||||||
itemHeight : layout.get_Height(),
|
itemHeight : layout.get_Height(),
|
||||||
idx : layout.getIndex()
|
idx : layout.getIndex()
|
||||||
|
|
Loading…
Reference in a new issue