git.lucas.co / cce-fonts
font browser

commitb60f60570321fd163e189341b6906423bc601c23
parent64caf2701a
authorLucas Galante <[email protected]>
date2026-07-08 10:40
refactor: adapt Spinbox/Panel/leaf fields to the cce-ui Phase 5 migration

Co-Authored-By: Claude Fable 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01LkfJazPs9bRchkcozmxXCX

 src/main.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.rs b/src/main.rs
index 7d891be..e9d99fc 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -39,7 +39,7 @@ struct TypefaceApp {
 
     // Preview panel
     style_dropdown: Dropdown,
-    size_spinbox: Spinbox,
+    size_spinbox: cce_ui::widget::Adapted<cce_ui::widget::Spinbox>,
     preview_box: TextBox,
 
     // Details panel