C2026-009 Reset Change Bars to Date of Last Approval

This commit is contained in:
2026-02-11 16:07:33 -05:00
parent 53360a03af
commit 15979203ce
9 changed files with 370 additions and 165 deletions

View File

@@ -27,6 +27,10 @@ namespace Volian.Controls.Library
{
btn2.Text = button2Text;
btn2.Visible = true;
//make buttons uniform
btn1.Height = btn2.Height = btn1.Height > btn2.Height ? btn1.Height : btn2.Height;
btn1.Width = btn2.Width = btn1.Width > btn2.Width ? btn1.Width : btn2.Width;
}
else
{