Skip to content

Commit

Permalink
Merge branch 'main' into fix271
Browse files Browse the repository at this point in the history
  • Loading branch information
aaravlu authored Jan 17, 2025
2 parents 42526ac + c60fa96 commit 0ab1e95
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 63 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ version = "0.0.1-pre-alpha"
metadata.makepad-auto-version = "zqpv-Yj-K7WNVK2I8h5Okhho46Q="

[dependencies]
makepad-widgets = { git = "https://github.com/makepad/makepad", branch = "rik" }
# makepad-widgets = { git = "https://github.com/makepad/makepad", branch = "rik" }
makepad-widgets = { git = "https://github.com/kevinaboos/makepad", branch = "hits_without_mark_as_handled" }

## Including this crate automatically configures all `robius-*` crates to work with Makepad.
robius-use-makepad = "0.1.1"
Expand Down
2 changes: 1 addition & 1 deletion src/home/room_preview.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ live_design! {
avatar = <Avatar> {}
<View> {
flow: Right
width: Fill, height: 60
width: Fill, height: 56
align: { x: 0.5, y: 0.5 }
left = <View> {
width: Fill, height: Fill,
Expand Down
Loading

0 comments on commit 0ab1e95

Please sign in to comment.