refactor: Update Widget Measurement System and Toolbar Layout

- Refactored the toolbar layout in Toolset to enhance compactness and usability, adjusting padding and button sizes for better alignment.
- Introduced a new WidgetMeasurement class to track widget dimensions, improving debugging and test automation capabilities.
- Updated CMake configuration to reflect the new file structure for widget measurement components, ensuring proper integration.
This commit is contained in:
scawful
2025-10-05 17:25:46 -04:00
parent 6daf0adf84
commit c1d93ce0d2
5 changed files with 30 additions and 18 deletions

View File

@@ -77,6 +77,7 @@ class Toolset {
bool in_section_ = false;
int button_count_ = 0;
float current_line_width_ = 0.0f;
float mode_group_button_size_ = 0.0f;
};
/**