Skip to content

Commit 8326d8e

Browse files
committed
Remove fixed TextBlock Height in DateTimePickerPanel
1 parent 97cc7a3 commit 8326d8e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Wpf.Ui.Violeta/Controls/DateTimePicker/DateTimePickerPanel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ private void BuildItems()
221221
var tb = new TextBlock
222222
{
223223
Text = text,
224-
Height = ItemHeight,
225224
HorizontalAlignment = HorizontalAlignment.Stretch,
226225
VerticalAlignment = VerticalAlignment.Center,
227226
TextAlignment = TextAlignment.Center,

0 commit comments

Comments
 (0)