gpui-component/crates
xda 2706656e27
resizable: Keep the ratio when adjust widths (rather than falling back to 33.33% when resizing back) (#329)
The essence of the problem is that flex_basis initial_size and
flex_basis size are in conflict: the size overwrites the initial_size
percentage and loses the original percentage in extremely narrow parent
groups, so we have to add the field to the state persisting the desired
percentage.

Fix #262

![2024-10-10 19 35
17](https://github.com/user-attachments/assets/3d06954d-8589-4e12-8c0e-897b0b38cbc5)
2024-10-10 18:50:46 +08:00
..
app story: Fix invalid focus code cause PopupStory Input cannot input anything. (#325) 2024-10-09 15:08:18 +08:00
story Add col_padding to Table delegate to control the column padding. (#326) 2024-10-10 13:58:49 +08:00
ui resizable: Keep the ratio when adjust widths (rather than falling back to 33.33% when resizing back) (#329) 2024-10-10 18:50:46 +08:00
workspace Fix windows dependency only on Windows. 2024-09-09 22:40:54 +08:00