Removed curves settings footer and moved all buttons at end of table
This commit is contained in:
@ -236,17 +236,13 @@ class CurvesSettingsPopup extends HTMLElement{
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="button-center-wrapper">
|
||||
<button class="add-row-button">Add</button>
|
||||
<div class="buttons-wrapper">
|
||||
<button class="add-row-button">Add line</button>
|
||||
<button class="apply-button">Apply</button>
|
||||
<button class="cancel-button">Cancel</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="curves-settings-popup-footer">
|
||||
<button class="cancel-button">Cancel</button>
|
||||
<button class="apply-button">Apply</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
Reference in New Issue
Block a user