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:
@@ -49,7 +49,6 @@ namespace AyaNovaQBI
|
||||
this.cbQBItems.ValueMember = "ID";
|
||||
|
||||
|
||||
this.lblStatus.Text = "QuickBooks item:";
|
||||
|
||||
if (string.IsNullOrWhiteSpace(_selectedQBItem))
|
||||
cbQBItems.SelectedIndex = 0;
|
||||
|
||||
Reference in New Issue
Block a user