gpui-component/crates
Michael Angerman eb9a0ed881
chore: Fix button example so that it scrolls in the y direction (#999)
The button example was not scrolling in the y direction and therefore
you were *NOT* able to see the entire ButtonStory.

This minor fix now enables one to see the entire ButtonStory.

The only code that needed to be added was

```rust
            .id("button_example")
            .overflow_y_scroll()
```
2025-06-24 11:54:51 +08:00
..
macros chore: Fix spelling of the word masked (#990) 2025-06-19 12:34:19 +08:00
story chore: Fix button example so that it scrolls in the y direction (#999) 2025-06-24 11:54:51 +08:00
ui title_bar: Add macOS double-click functionality to title bar (#996) (#1002) 2025-06-24 07:45:28 +08:00
webview wef: Fixed some issues (#975) 2025-06-18 10:46:55 +08:00
wef wef: Fixed some issues (#975) 2025-06-18 10:46:55 +08:00