SystemSettingsDialog & SignatureSettings draggable

This commit is contained in:
Lee Solway
2025-09-19 17:35:28 +01:00
parent dec82e89c2
commit fe3e38343b
2 changed files with 2 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ export const SystemSettingsDialog = ({ systemId, visible, setVisible }: SystemSe
<Dialog
header="System settings"
visible={visible}
draggable={false}
draggable={true}
style={{ width: '450px' }}
onShow={onShow}
onHide={() => {

View File

@@ -185,7 +185,7 @@ export const SignatureSettings = ({ systemId, show, onHide, signatureData }: Map
<Dialog
header={`Signature Edit [${signatureData?.eve_id}]`}
visible={show}
draggable={false}
draggable={true}
style={{ width: '390px' }}
onShow={handleShow}
onHide={() => {