Skip to content

Commit 90e648c

Browse files
committed
Allow FontSize comboox expand for larger number
1 parent 9878a50 commit 90e648c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.Media/InfiniteCanvas/InfiniteCanvas.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
</ToggleButton>
9999

100100
<ComboBox x:Name="CanvasComboBoxFontSizeTextBox"
101-
Width="64"
101+
MinWidth="64"
102102
Height="32"
103103
SelectedIndex="9"
104104
Margin="0,0,12,0"

0 commit comments

Comments
 (0)