diff options
author | 2020-07-09 07:05:57 +0200 | |
---|---|---|
committer | 2020-07-09 07:05:57 +0200 | |
commit | 3c5921f30c17bcbe0af74a30b6a256a3fa03515c (patch) | |
tree | 66449eec70609f8fc03a5e4e90ce39a7346d02fb /native/src/widget/pane_grid.rs | |
parent | 6820eea9cee75922f33ce7050e0e868f0749c83e (diff) | |
download | iced-3c5921f30c17bcbe0af74a30b6a256a3fa03515c.tar.gz iced-3c5921f30c17bcbe0af74a30b6a256a3fa03515c.tar.bz2 iced-3c5921f30c17bcbe0af74a30b6a256a3fa03515c.zip |
Update `pane_grid` GIFs
Diffstat (limited to 'native/src/widget/pane_grid.rs')
-rw-r--r-- | native/src/widget/pane_grid.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/widget/pane_grid.rs b/native/src/widget/pane_grid.rs index 6b9d5f2f..c472d043 100644 --- a/native/src/widget/pane_grid.rs +++ b/native/src/widget/pane_grid.rs @@ -36,7 +36,7 @@ use crate::{ /// A collection of panes distributed using either vertical or horizontal splits /// to completely fill the space available. /// -/// [](https://gfycat.com/mixedflatjellyfish) +/// [](https://gfycat.com/frailfreshairedaleterrier) /// /// This distribution of space is common in tiling window managers (like /// [`awesome`](https://awesomewm.org/), [`i3`](https://i3wm.org/), or even |