Minor fix for button height

This commit is contained in:
Nikolaj Olsson 2017-02-27 18:01:36 +01:00
parent 85dd9ff44a
commit 1207c4e222

View File

@ -13978,7 +13978,7 @@ namespace Nikse.SubtitleEdit.Forms
if (textSize.Height > buttonPlayPrevious.Height - 4)
{
int newButtonHeight = 22; //(int)(textSize.Height + 7 + 0.5);
UiUtil.SetButtonHeight(this, newButtonHeight, 1);
UiUtil.SetButtonHeight(this, newButtonHeight, -4);
// List view
SubtitleListview1.InitializeTimestampColumnWidths(this);