Skip to content

Commit

Permalink
Deploying to gh-pages from @ 06ae120 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kl-botsu committed Nov 10, 2023
1 parent cf76cc4 commit 48a3df9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main/src/gooey/styles.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,7 @@
<span class="kw">fn </span>from(value: RangeInclusive&lt;T&gt;) -&gt; <span class="self">Self </span>{
<span class="self">Self </span>{
start: Bound::Included(value.start().clone().into()),
end: Bound::Excluded(value.end().clone().into()),
end: Bound::Included(value.end().clone().into()),
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions main/src/gooey/widgets/stack.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -1133,10 +1133,10 @@
offset += <span class="self">self</span>.layouts[index].size;
<span class="kw">let </span>(<span class="kw">_</span>, measured) = <span class="self">self</span>.orientation.split_size(measure(
index,
<span class="macro">dbg!</span>(<span class="self">self</span>.orientation.make_size(
<span class="self">self</span>.orientation.make_size(
ConstraintLimit::Known(<span class="self">self</span>.layouts[index].size.into_px(scale).into_unsigned()),
other_constraint,
)),
),
<span class="bool-val">true</span>,
));
<span class="self">self</span>.other = <span class="self">self</span>.other.max(measured);
Expand Down

0 comments on commit 48a3df9

Please sign in to comment.