diff --git a/projects/editor/src/app/components/unit-view/page-view/properties/section-properties.component.ts b/projects/editor/src/app/components/unit-view/page-view/properties/section-properties.component.ts index 163b4eade032c9c44ef19fbd21fb8f51e27bf564..8e1fafe9ca9dadf45f92e9b6f5b298ed7ffa56c5 100644 --- a/projects/editor/src/app/components/unit-view/page-view/properties/section-properties.component.ts +++ b/projects/editor/src/app/components/unit-view/page-view/properties/section-properties.component.ts @@ -12,12 +12,6 @@ import { MessageService } from '../../../../../../../common/message.service'; selector: 'app-section-properties', template: ` <div *ngIf="selectedPageSection" fxLayout="column"> - <mat-form-field appearance="fill"> - <mat-label>Breite</mat-label> - <input matInput type="number" - [value]="$any(selectedPageSection.width)" - (change)="updateModel('width', $any($event.target).value)"> - </mat-form-field> <mat-form-field appearance="fill"> <mat-label>Höhe</mat-label> <input matInput type="number"