[PE] Refactoring
This commit is contained in:
parent
b29e98f494
commit
d52a37c348
|
@ -1016,9 +1016,6 @@ define([
|
||||||
if (options.review) {
|
if (options.review) {
|
||||||
app.getController('Common.Controllers.ReviewChanges').SetDisabled(disable);
|
app.getController('Common.Controllers.ReviewChanges').SetDisabled(disable);
|
||||||
}
|
}
|
||||||
if (options.transit) {
|
|
||||||
app.getController('Transitions').SetDisabled(disable);
|
|
||||||
}
|
|
||||||
if (options.viewport) {
|
if (options.viewport) {
|
||||||
app.getController('Viewport').SetDisabled(disable);
|
app.getController('Viewport').SetDisabled(disable);
|
||||||
}
|
}
|
||||||
|
|
|
@ -143,7 +143,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section id="transitions-panel" class="panel" data-tab="transit">
|
<section id="transitions-panel" class="panel" data-tab="transit">
|
||||||
<div class="group flex small" id="transit-field-effects" style=" width: 700px; min-width: 300px;"></div>
|
<div class="group flex small" id="transit-field-effects" style="width: 700px; max-width: 700px; min-width: 140px;" data-group-width="700px"></div>
|
||||||
|
|
||||||
<div class="group small">
|
<div class="group small">
|
||||||
<span class="btn-slot text x-huge" id="transit-button-parameters"></span>
|
<span class="btn-slot text x-huge" id="transit-button-parameters"></span>
|
||||||
|
|
Loading…
Reference in a new issue