summaryrefslogtreecommitdiffstats
path: root/style/src/combo_box.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-07-10 02:50:47 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-07-10 02:52:00 +0200
commit73b8ae8e5e7f57c608c775272a2980995ab22bb3 (patch)
tree1315ae257af6598389750c392b0e52fd1a3cbf39 /style/src/combo_box.rs
parent2118a726f8b6134820e1ca5b7b802fa1344e453a (diff)
downloadiced-73b8ae8e5e7f57c608c775272a2980995ab22bb3.tar.gz
iced-73b8ae8e5e7f57c608c775272a2980995ab22bb3.tar.bz2
iced-73b8ae8e5e7f57c608c775272a2980995ab22bb3.zip
Rename `ComboBox` to `PickList`
Diffstat (limited to '')
-rw-r--r--style/src/pick_list.rs (renamed from style/src/combo_box.rs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/style/src/combo_box.rs b/style/src/pick_list.rs
index 4d0c4e46..fbd431c0 100644
--- a/style/src/combo_box.rs
+++ b/style/src/pick_list.rs
@@ -1,7 +1,7 @@
use crate::menu;
use iced_core::{Background, Color};
-/// The appearance of a combo box.
+/// The appearance of a pick list.
#[derive(Debug, Clone, Copy)]
pub struct Style {
pub text_color: Color,