git.lucas.co / cce-ui
GPU-accelerated UI toolkit (Vulkan)
git clone https://git.lucas.co/cce-ui.git

commitbbaf0bc8f2bed616948bf04372097c4f63107174
parent2c934f18cf
authorLucas Galante <[email protected]>
date2026-07-04 20:56
Configure preset dropdown in float Ramp to expand downward by default

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

diff --git a/src/widget/input/ramp.rs b/src/widget/input/ramp.rs
index b844d93..e0575cb 100644
--- a/src/widget/input/ramp.rs
+++ b/src/widget/input/ramp.rs
@@ -445,7 +445,7 @@ impl Ramp {
             ],
             2,
         ).with_label("Preset")
-         .with_open_upward(true);
+         .with_open_upward(false);
         
         Self {
             base: Widget::new(),