Marshall Bowers
4310b0b8de
Replace full with size_full ( #7888 )
...
This PR removes the `full` style method and replaces it with
`size_full`, as the two do the same thing.
This is the generated code for `size_full`:
```rs
#[doc = "Sets the width and height of the element.\n\n100%"]
fn size_full(mut self) -> Self {
let style = self.style();
style.size.width = Some((gpui::relative(1.)).into());
style.size.height = Some((gpui::relative(1.)).into());
self
}
```
Release Notes:
- N/A
2024-02-15 22:26:49 -05:00
..
2024-02-06 20:41:36 +01:00
2024-02-12 11:37:27 -05:00
2024-02-06 20:41:36 +01:00
2024-02-12 11:37:27 -05:00
2024-02-06 20:41:36 +01:00
2024-02-06 20:41:36 +01:00
2024-02-06 20:41:36 +01:00
2024-02-13 12:53:49 -07:00
2024-02-09 23:12:26 -07:00
2024-02-09 10:13:00 -08:00
2024-02-07 19:06:03 +02:00
2024-01-29 23:47:20 -05:00
2024-02-15 21:54:43 -05:00
2024-02-15 22:26:49 -05:00
2024-01-30 14:08:20 -05:00
2024-02-06 20:41:36 +01:00
2024-02-15 15:57:32 +02:00
2024-02-10 13:28:48 -08:00
2024-02-07 22:28:02 -07:00
2024-02-06 20:41:36 +01:00
2024-02-06 20:41:36 +01:00
2024-02-15 16:15:31 -07:00
2024-02-15 16:41:54 -05:00
2024-02-15 16:41:54 -05:00
2024-02-06 20:41:36 +01:00
2024-02-12 22:28:26 -07:00
2024-02-06 20:41:36 +01:00
2024-02-14 16:00:31 +01:00
2024-02-08 08:35:37 -08:00
2024-02-06 20:41:36 +01:00
2024-02-06 20:41:36 +01:00
2024-02-06 20:41:36 +01:00
2024-02-15 22:26:49 -05:00
2024-01-30 21:41:29 -05:00
2024-02-06 20:41:36 +01:00
2024-02-06 20:41:36 +01:00
2024-02-15 14:19:57 -07:00
2024-02-06 20:41:36 +01:00
2024-02-07 15:14:50 -05:00
2024-02-14 12:24:12 -08:00
2024-01-30 21:41:29 -05:00
2024-02-15 20:26:23 +02:00
2024-02-15 22:26:49 -05:00
2024-02-03 00:06:20 -08:00
2024-02-06 20:41:36 +01:00
2024-02-14 14:36:40 -07:00
2024-02-06 20:41:36 +01:00
2024-02-06 20:41:36 +01:00
2024-02-08 16:13:54 +02:00
2024-02-06 20:41:36 +01:00
2024-02-06 20:41:36 +01:00
2024-01-30 21:41:29 -05:00
2024-01-30 21:41:29 -05:00
2024-02-06 20:41:36 +01:00
2024-02-15 14:19:57 -07:00
2024-02-07 19:06:03 +02:00
2024-02-07 15:14:50 -05:00
2024-02-06 20:41:36 +01:00
2024-02-06 20:41:36 +01:00
2024-01-30 21:41:29 -05:00
2024-02-06 20:41:36 +01:00
2024-02-06 20:41:36 +01:00
2024-02-13 16:24:40 +01:00
2024-02-13 13:20:14 -07:00
2024-02-15 13:33:26 -05:00
2024-02-12 11:37:27 -05:00
2024-02-09 22:31:14 +02:00
2024-01-29 23:47:20 -05:00
2024-02-07 19:06:03 +02:00
2024-02-06 20:41:36 +01:00
2024-02-06 20:41:36 +01:00
2024-02-06 20:41:36 +01:00
2024-02-13 16:24:40 +01:00
2024-02-07 19:06:03 +02:00
2024-02-12 10:52:44 -05:00
2024-02-12 12:58:30 -08:00
2024-02-15 17:22:23 -05:00
2024-02-07 16:23:36 -05:00
2024-02-06 20:41:36 +01:00
2024-02-15 21:00:30 -05:00
2024-02-08 15:28:51 -05:00
2024-02-06 20:41:36 +01:00
2024-02-15 16:15:31 -07:00
2024-02-15 22:26:49 -05:00
2024-02-13 13:20:14 -07:00
2024-02-15 22:01:49 +02:00
2024-02-06 20:41:36 +01:00