From 934f0f24ee4556563f6e9fcc4ed662958e677b85 Mon Sep 17 00:00:00 2001 From: p-bemportato Date: Thu, 19 Sep 2024 13:56:54 +0000 Subject: [PATCH] fix typo --- .../components/kup-input-panel/kup-input-panel-declarations.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/ketchup/src/components/kup-input-panel/kup-input-panel-declarations.ts b/packages/ketchup/src/components/kup-input-panel/kup-input-panel-declarations.ts index 40bbb9ab20..b54795e043 100644 --- a/packages/ketchup/src/components/kup-input-panel/kup-input-panel-declarations.ts +++ b/packages/ketchup/src/components/kup-input-panel/kup-input-panel-declarations.ts @@ -103,9 +103,6 @@ export interface KupInputPanelLayoutAbsoluteField { export interface KupInputPanelLayoutAbsoluteSectionAttributes { Col: string; Wid: string; - Left: string; - Pos: string; - Dim: string; Nam: string; Row: string; Hei: string;