Erweiterungen

This commit is contained in:
2025-09-23 21:26:16 +02:00
parent 66fdcee6a9
commit cafb72bb5e

View File

@@ -1329,6 +1329,7 @@ public class AddJobView extends Main {
// Aufgabentitel mit Template-Auswahl // Aufgabentitel mit Template-Auswahl
H3 tasksTitle = new H3("Zu quittierende Aufgaben"); H3 tasksTitle = new H3("Zu quittierende Aufgaben");
tasksTitle.getStyle().set("margin", "0"); tasksTitle.getStyle().set("margin", "0");
tasksTitle.getStyle().set("white-space", "nowrap");
ComboBox<TaskTemplate> templateComboBox = new ComboBox<>(); ComboBox<TaskTemplate> templateComboBox = new ComboBox<>();
templateComboBox.setPlaceholder("Template auswählen..."); templateComboBox.setPlaceholder("Template auswählen...");