Testing bg color

This commit is contained in:
niksedk 2023-09-06 23:08:00 +02:00
parent 97756ecb14
commit 580c781671

View File

@ -38,6 +38,7 @@ namespace Nikse.SubtitleEdit.Controls
if (Control is ToolStripNikseComboBoxControl cbc)
{
cbc.Owner = this;
BackColor = cbc.BackColor;
}
Padding = new Padding(2);