diff --git a/UI/Templates/SchedulerUI/UIxComponentEditor.wox b/UI/Templates/SchedulerUI/UIxComponentEditor.wox index 092988caa..265619c52 100644 --- a/UI/Templates/SchedulerUI/UIxComponentEditor.wox +++ b/UI/Templates/SchedulerUI/UIxComponentEditor.wox @@ -45,7 +45,8 @@ var:value="location" /> - @@ -56,7 +57,7 @@ var:selection="componentCalendar" /> - diff --git a/UI/WebServerResources/UIxComponentEditor.css b/UI/WebServerResources/UIxComponentEditor.css index 20516f19d..fcebd3f4f 100644 --- a/UI/WebServerResources/UIxComponentEditor.css +++ b/UI/WebServerResources/UIxComponentEditor.css @@ -1,5 +1,9 @@ -SELECT#calendarList -{ width: 15em; } +SELECT#calendarList, +SELECT#categoryList, +SELECT#priorityList, +SELECT#repeatList, +SELECT#reminderList +{ width: 13em; } #attendeesLabel { display: none; }