Include spacer in tablet bottom bar Scribe button
This commit is contained in:
+3
-2
@@ -40,7 +40,7 @@ class TabletBottomBarComposerWidget extends StatelessWidget {
|
|||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
const Spacer(),
|
const Spacer(),
|
||||||
if (onOpenAiAssistantModal != null)
|
if (onOpenAiAssistantModal != null) ...[
|
||||||
AiAssistantButton(
|
AiAssistantButton(
|
||||||
imagePaths: imagePaths,
|
imagePaths: imagePaths,
|
||||||
margin: const EdgeInsetsDirectional.only(
|
margin: const EdgeInsetsDirectional.only(
|
||||||
@@ -48,7 +48,8 @@ class TabletBottomBarComposerWidget extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
onOpenAiAssistantModal: onOpenAiAssistantModal!,
|
onOpenAiAssistantModal: onOpenAiAssistantModal!,
|
||||||
),
|
),
|
||||||
const SizedBox(width: TabletBottomBarComposerWidgetStyle.space),
|
const SizedBox(width: TabletBottomBarComposerWidgetStyle.space),
|
||||||
|
],
|
||||||
TMailButtonWidget.fromIcon(
|
TMailButtonWidget.fromIcon(
|
||||||
icon: imagePaths.icDeleteMailbox,
|
icon: imagePaths.icDeleteMailbox,
|
||||||
borderRadius: TabletBottomBarComposerWidgetStyle.iconRadius,
|
borderRadius: TabletBottomBarComposerWidgetStyle.iconRadius,
|
||||||
|
|||||||
Reference in New Issue
Block a user