Removed curves settings footer and moved all buttons at end of table

This commit is contained in:
l_samenv
2024-09-05 11:38:35 +02:00
parent 14073c0cfc
commit b04528fb34
2 changed files with 12 additions and 30 deletions

View File

@ -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>
`;