Closed firstcryptoman closed 5 months ago
The recent updates introduce resizing and dynamic text adjustment functionalities to several UI components in the application. Methods for handling resize events and scaling text sizes based on window dimensions have been added or modified across various dialogues and pages. This enhances the user interface, ensuring better usability and readability on different screen sizes.
File | Change Summary |
---|---|
src/qt/masternodelist.cpp |
Added resizeEvent and adjustTextSize methods to adjust column widths and font sizes dynamically. |
src/qt/overviewpage.cpp |
Modified resizeEvent method for widget dimension adjustments and added adjustTextSize for dynamic fonts |
src/qt/receivecoinsdialog.cpp |
Implemented resizeEvent to adjust component sizes and adjustTextSize for adaptive font sizing. |
src/qt/sendcoinsdialog.cpp |
Added resizeEvent for component resizing and adjustTextSize for dynamic font adjustment. |
src/qt/sendcoinsentry.cpp |
Introduced resizeEvent and adjustTextSize for resizing and font scaling. |
src/qt/transactionview.cpp |
Removed fixed width for instantsendWidget , added resizeEvent for resizing, and adjustTextSize . |
In code's vast warren, changes nigh,
Columns stretch, fonts amplify.
Widgets dance to window's tune,
Resizing under sun and moon.
In this burrow of pixel art,
Dynamic growth, a coder's part.
Hop along and see, it's true,
A smoother UI, crafted for you!
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
New Features
Bug Fixes
Refactor
resizeEvent
handlers across multiple UI components to utilize dynamic sizing calculations instead of fixed pixel values. This change simplifies future UI adjustments and enhances code maintainability.