From 4d146ee7f89f9d008cc5da5f1f82aebbba658296 Mon Sep 17 00:00:00 2001
From: nathan <nathangray.bsc+github@gmail.com>
Date: Mon, 21 Oct 2024 09:26:15 -0600
Subject: [PATCH] Calendar: Fix Priority label not vertically aligned

---
 calendar/templates/default/edit.xet | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/calendar/templates/default/edit.xet b/calendar/templates/default/edit.xet
index d1b111967c..71a1f8b338 100644
--- a/calendar/templates/default/edit.xet
+++ b/calendar/templates/default/edit.xet
@@ -213,12 +213,8 @@
                     <et2-label  value="Options"></et2-label>
                     <et2-checkbox  statustext="Event will occupy the whole day" label="whole day" id="whole_day" onchange="app.calendar.set_alarmOptions_WD"></et2-checkbox>
                     <et2-checkbox  label="Private" id="public" selectedValue="0" unselectedValue="1" statustext="Mark event as private to hide title and description"></et2-checkbox>
-                    <et2-checkbox  statustext="A non blocking event will not conflict with other events" label="non blocking" id="non_blocking" span="2" selectedValue="1" unselectedValue="0" roTrue=" "></et2-checkbox>
-                    <et2-hbox>
-                        <et2-label  for="priority" value="Priority"></et2-label>
-                        <et2-select-priority  id="priority"></et2-select-priority>
-                    </et2-hbox>
-                    <et2-description></et2-description>
+                    <et2-checkbox statustext="A non blocking event will not conflict with other events" label="non blocking" id="non_blocking" selectedValue="1" unselectedValue="0" roTrue=" "></et2-checkbox>
+                    <et2-select-priority label="Priority" id="priority" span="2"></et2-select-priority>
                 </row>
 				<row class="dialogHeader3">
 					<et2-label  for="location" value="Location"></et2-label>