Fixed issues when running in windows 7 which doesn't seem to support padding properly, rejigged everything to be simpler

This commit is contained in:
2022-07-20 20:21:20 +00:00
parent 63eebfee2f
commit 551db31a91
26 changed files with 175 additions and 185 deletions

View File

@@ -49,7 +49,6 @@ namespace AyaNovaQBI
this.cbQBItems.ValueMember = "ID";
this.lblStatus.Text = "QuickBooks item:";
if (string.IsNullOrWhiteSpace(_selectedQBItem))
cbQBItems.SelectedIndex = 0;