WIP
This commit is contained in:
parent
488d08b43c
commit
c04171abf6
16 changed files with 251 additions and 302 deletions
|
@ -2,7 +2,7 @@ use gpui3::{div, Div};
|
|||
|
||||
use crate::prelude::*;
|
||||
|
||||
pub trait Stack: StyleHelpers {
|
||||
pub trait Stack: Styled + Sized {
|
||||
/// Horizontally stacks elements.
|
||||
fn h_stack(self) -> Self {
|
||||
self.flex().flex_row().items_center()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue