page layout tool
git clone https://git.lucas.co/cce-layout-interface.git
Adjust page_color_selector layout coordinates to prevent overlapping Width/Height labels
src/main.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.rs b/src/main.rs
index e82bcd4..bb4f789 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -803,7 +803,7 @@ impl Application for LayoutApp {
// Layout presets dropdown selector (shifted up to y=90.0)
self.dropdown_presets.set_rect(20.0, 90.0, 240.0, 26.0);
- self.page_color_selector.set_rect(20.0, 160.0, 240.0, 26.0);
+ self.page_color_selector.set_rect(20.0, 200.0, 240.0, 26.0);
// Position Layout properties control widgets (widened to 240px and realigned below top tabs)
self.sidebar_x.set_rect(20.0, 90.0, 110.0, 26.0);