From 3c19b9cb32b85ed74aefc09e1a891d013b32a51a6e0a23a58a198e375ea4f816 Mon Sep 17 00:00:00 2001 From: Daniel Stoppek Date: Sun, 27 Oct 2024 01:42:38 +0200 Subject: [PATCH] Merge Fehler entfernt --- gui/Programmeinstellungen.qml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/gui/Programmeinstellungen.qml b/gui/Programmeinstellungen.qml index 62eef3b..2c67ced 100644 --- a/gui/Programmeinstellungen.qml +++ b/gui/Programmeinstellungen.qml @@ -25,14 +25,8 @@ ApplicationWindow height: 480 visible: true title: qsTr("PYQCRM - Einstellungen") -<<<<<<< HEAD Material.theme: Material.Dark Material.accent: Material.BlueGrey -======= - Material.theme: Material.White - - ->>>>>>> db16247 (2 Varianten GUI mit Material.theme Unterstützung) ColumnLayout { @@ -120,21 +114,13 @@ ApplicationWindow id: settingsDB Layout.fillWidth: parent.width -<<<<<<< HEAD GridLayout -======= - Rectangle ->>>>>>> db16247 (2 Varianten GUI mit Material.theme Unterstützung) { id: dbGrid columns: 2 anchors.fill: parent -<<<<<<< HEAD Label -======= - GridLayout ->>>>>>> db16247 (2 Varianten GUI mit Material.theme Unterstützung) { text: qsTr("DB-Host:") Layout.alignment: Qt.AlignRight