Much of the UI spacing is hardcoded based on the default font sizes and display resolution. As a result, when font sizes are changed, the layout does not scale well, with some text overlapping. Refactor to use scalable spacing that adapts to font size changes, ensuring a consistent appearance regardless of font sizes or display resolution.
Much of the UI spacing is hardcoded based on the default font sizes and display resolution. As a result, when font sizes are changed, the layout does not scale well, with some text overlapping. Refactor to use scalable spacing that adapts to font size changes, ensuring a consistent appearance regardless of font sizes or display resolution.