summaryrefslogtreecommitdiffstats
path: root/native/src/widget/container.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-01-01 18:26:49 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-01-01 18:26:49 +0100
commit5af4159848341b14f6ff9ae14a9a222d8d8b0fb8 (patch)
tree436220784428b33b8e378403d11496db2d87884b /native/src/widget/container.rs
parentd96ced8e2da703117a43399110ef2b8fa21a7546 (diff)
downloadiced-5af4159848341b14f6ff9ae14a9a222d8d8b0fb8.tar.gz
iced-5af4159848341b14f6ff9ae14a9a222d8d8b0fb8.tar.bz2
iced-5af4159848341b14f6ff9ae14a9a222d8d8b0fb8.zip
Draft basic styling for `TextInput`
Diffstat (limited to 'native/src/widget/container.rs')
-rw-r--r--native/src/widget/container.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/widget/container.rs b/native/src/widget/container.rs
index 75c2d6b3..abe83264 100644
--- a/native/src/widget/container.rs
+++ b/native/src/widget/container.rs
@@ -94,7 +94,7 @@ where
self
}
- /// Sets the style the [`Container`].
+ /// Sets the style of the [`Container`].
///
/// [`Container`]: struct.Container.html
pub fn style(mut self, style: impl Into<Renderer::Style>) -> Self {