mirror of
https://github.com/sabazadam/Se302.git
synced 2025-12-31 20:31:22 +00:00
Scheduling algorithm avoided students that have many lectures and leading a bug, its fixed. Also scheduling calendar had scrolling issue that fixed too (Commit error. now i sending the codes)
This commit is contained in:
@@ -101,9 +101,9 @@
|
||||
<VBox spacing="12" VBox.vgrow="ALWAYS" styleClass="card">
|
||||
<Label text="Import Messages" styleClass="subsection-title"/>
|
||||
<TextArea fx:id="messagesArea" editable="false" wrapText="true" VBox.vgrow="ALWAYS"
|
||||
prefHeight="200"
|
||||
prefHeight="300" minHeight="250" maxHeight="500"
|
||||
promptText="Validation messages and import results will appear here..."
|
||||
style="-fx-font-family: 'Consolas', 'Monaco', monospace; -fx-font-size: 12px;"/>
|
||||
style="-fx-font-family: 'Consolas', 'Monaco', monospace; -fx-font-size: 13px; -fx-padding: 12px;"/>
|
||||
</VBox>
|
||||
|
||||
<!-- Action Buttons -->
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
<!-- Summary -->
|
||||
<HBox spacing="12" alignment="CENTER_LEFT" styleClass="summary-row">
|
||||
<Label text="📊 Total Time Slots:" style="-fx-font-weight: 700;"/>
|
||||
<Label fx:id="summaryLabel" text="5 days × 4 slots = 20 slots"
|
||||
<Label fx:id="summaryLabel" text="8 days × 4 slots = 32 slots"
|
||||
styleClass="summary-value"/>
|
||||
</HBox>
|
||||
</VBox>
|
||||
|
||||
Reference in New Issue
Block a user