GPU-accelerated UI toolkit (Vulkan)
git clone https://git.lucas.co/cce-ui.git
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(),