feat: fix separator visibility. add dropdown button.

This commit is contained in:
rabbitism
2024-04-27 00:39:50 +08:00
parent 63b9ccfe5e
commit 9cce1cc180
4 changed files with 159 additions and 45 deletions

View File

@@ -171,7 +171,7 @@ public class TimePickerPresenter: TemplatedControl
2 => _thirdSeparator,
_ => null,
};
IsVisibleProperty.SetValue(true, separator);
if (i != panels.Count - 1) IsVisibleProperty.SetValue(true, separator);
}
}