From 1b40a5dda5e3ddd6661bfb2c3b620cbc21ec3cfa Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 12 Jan 2021 20:27:22 +0100 Subject: [PATCH] [style] combo box: use the same text style as for a button --- egui/src/containers/combo_box.rs | 55 ++++++++++++++++++++------------ 1 file changed, 34 insertions(+), 21 deletions(-) diff --git a/egui/src/containers/combo_box.rs b/egui/src/containers/combo_box.rs index 00bb9687..1845e440 100644 --- a/egui/src/containers/combo_box.rs +++ b/egui/src/containers/combo_box.rs @@ -18,7 +18,7 @@ use crate::{paint::Shape, style::WidgetVisuals, *}; pub fn combo_box_with_label( ui: &mut Ui, label: impl Into