Update `pane_grid` GIFs

This commit is contained in:
Héctor Ramón Jiménez 2020-07-09 07:05:57 +02:00
parent 6820eea9ce
commit 3c5921f30c
2 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ This example showcases the `PaneGrid` widget, which features:
The __[`main`]__ file contains all the code of the example. The __[`main`]__ file contains all the code of the example.
<div align="center"> <div align="center">
<a href="https://gfycat.com/mixedflatjellyfish"> <a href="https://gfycat.com/frailfreshairedaleterrier">
<img src="https://thumbs.gfycat.com/MixedFlatJellyfish-small.gif"> <img src="https://thumbs.gfycat.com/FrailFreshAiredaleterrier-small.gif">
</a> </a>
</div> </div>

View File

@ -36,7 +36,7 @@ use crate::{
/// A collection of panes distributed using either vertical or horizontal splits /// A collection of panes distributed using either vertical or horizontal splits
/// to completely fill the space available. /// to completely fill the space available.
/// ///
/// [![Pane grid - Iced](https://thumbs.gfycat.com/MixedFlatJellyfish-small.gif)](https://gfycat.com/mixedflatjellyfish) /// [![Pane grid - Iced](https://thumbs.gfycat.com/FrailFreshAiredaleterrier-small.gif)](https://gfycat.com/frailfreshairedaleterrier)
/// ///
/// This distribution of space is common in tiling window managers (like /// This distribution of space is common in tiling window managers (like
/// [`awesome`](https://awesomewm.org/), [`i3`](https://i3wm.org/), or even /// [`awesome`](https://awesomewm.org/), [`i3`](https://i3wm.org/), or even