21 lines
640 B
XML
21 lines
640 B
XML
<UserControl x:Class="BeWo.AI.Controls.VoiceToTextButtonControl"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<Grid>
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition />
|
|
<RowDefinition />
|
|
</Grid.RowDefinitions>
|
|
<Button x:Name="ButtonOpenTranskriptionView" Click="ButtonOpenTranskriptionView_Click">
|
|
|
|
<Image Source="Icon_KI_Chat_Weiss_TEMP.png"
|
|
Width="22"
|
|
Height="22"
|
|
Margin="0,0,0,0"/>
|
|
|
|
</Button>
|
|
|
|
</Grid>
|
|
|
|
|
|
</UserControl> |