initial macos porting work
This commit is contained in:
@@ -259,7 +259,12 @@ fn CardFrame(title: View, toolbar: ChildViews, children: ChildViews) -> impl Int
|
||||
}
|
||||
|
||||
#[component]
|
||||
fn InlineDialog(open: bool, title: View, actions: ChildViews, children: ChildViews) -> impl IntoView {
|
||||
fn InlineDialog(
|
||||
open: bool,
|
||||
title: View,
|
||||
actions: ChildViews,
|
||||
children: ChildViews,
|
||||
) -> impl IntoView {
|
||||
if open {
|
||||
let actions_row = view! {
|
||||
row(gap = 10.0) {
|
||||
|
||||
Reference in New Issue
Block a user