summaryrefslogtreecommitdiffstats
path: root/style/src/theme.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-12 05:27:32 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-12 05:27:32 +0200
commit9b39a17628e92b66ac3649e879478ed23635fa76 (patch)
tree51f37d31de580235a0daf14ca37404b292fe2a82 /style/src/theme.rs
parent6e6804c5c9d0dba921f2e25d2c888b136d22d35e (diff)
downloadiced-9b39a17628e92b66ac3649e879478ed23635fa76.tar.gz
iced-9b39a17628e92b66ac3649e879478ed23635fa76.tar.bz2
iced-9b39a17628e92b66ac3649e879478ed23635fa76.zip
Rename `Rail::size` to `width`
Diffstat (limited to '')
-rw-r--r--style/src/theme.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/style/src/theme.rs b/style/src/theme.rs
index 2eb825e6..b195940e 100644
--- a/style/src/theme.rs
+++ b/style/src/theme.rs
@@ -421,7 +421,7 @@ impl slider::StyleSheet for Theme {
palette.primary.base.color,
palette.primary.base.color,
),
- size: 2.0,
+ width: 2.0,
border_radius: 2.0,
},
handle: slider::Handle {