
Issue:
Application UI does not allow vertical resizing, only horizontal resizing works
Expected Behavior:
The application window should allow both horizontal and vertical resizing to support various screen sizes and user preferences.
Actual Behavior:
The window only resizes horizontally.
Vertical resizing is disabled, making it harder to view long contact lists or tasks without scrolling.
Impact:
Affects usability, especially on smaller screens
Limits flexibility for users managing many entries or long descriptions
May hinder accessibility for users needing larger UI components
Suggested Fix:
Review layout constraints in JavaFX.
Enable Stage.setResizable(true) for vertical resizing if not already set.
Ensure that VBox, AnchorPane, or layout manager allows dynamic vertical growth.
Labels: type.FunctionalityBug severity.Medium
original: Liu-Jihan/ped#4
Issue:
Application UI does not allow vertical resizing, only horizontal resizing works
Expected Behavior:
The application window should allow both horizontal and vertical resizing to support various screen sizes and user preferences.
Actual Behavior:
The window only resizes horizontally.
Vertical resizing is disabled, making it harder to view long contact lists or tasks without scrolling.
Impact:
Affects usability, especially on smaller screens
Limits flexibility for users managing many entries or long descriptions
May hinder accessibility for users needing larger UI components
Suggested Fix:
Review layout constraints in JavaFX.
Enable Stage.setResizable(true) for vertical resizing if not already set.
Ensure that VBox, AnchorPane, or layout manager allows dynamic vertical growth.
Labels:
type.FunctionalityBugseverity.Mediumoriginal: Liu-Jihan/ped#4