Skip to content

Commit 8b25941

Browse files
committed
reserve space for timestamp in the messagebox footer
1 parent 304085b commit 8b25941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Signal-Windows/Controls/Message.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</ItemsControl>
3232
<Grid Name="FooterPanel">
3333
<Grid.ColumnDefinitions>
34-
<ColumnDefinition />
34+
<ColumnDefinition Width="Auto"/>
3535
<ColumnDefinition />
3636
<ColumnDefinition />
3737
<ColumnDefinition />

0 commit comments

Comments
 (0)