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

@@ -17,7 +17,7 @@ set(
app/gui/widgets/widget_state_capture.cc
app/gui/ui_helpers.cc
app/gui/editor_layout.cc
app/gui/widget_measurement.cc
app/gui/widgets/widget_measurement.cc
# Canvas system components
app/gui/canvas/canvas_modals.cc
app/gui/canvas/canvas_context_menu.cc