From f080215cbbcf306f87f3672d3d0c25070b24d8af Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Fri, 27 Aug 2021 14:07:06 -0400 Subject: [PATCH] Book details dialog: tags should get initial focus --- LibationLauncher/LibationLauncher.csproj | 2 +- LibationWinForms/Dialogs/BookDetailsDialog.Designer.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LibationLauncher/LibationLauncher.csproj b/LibationLauncher/LibationLauncher.csproj index a9dac95d..d6c118c8 100644 --- a/LibationLauncher/LibationLauncher.csproj +++ b/LibationLauncher/LibationLauncher.csproj @@ -13,7 +13,7 @@ win-x64 - 5.5.8.2 + 5.5.8.3 diff --git a/LibationWinForms/Dialogs/BookDetailsDialog.Designer.cs b/LibationWinForms/Dialogs/BookDetailsDialog.Designer.cs index db8a63d1..9f57e610 100644 --- a/LibationWinForms/Dialogs/BookDetailsDialog.Designer.cs +++ b/LibationWinForms/Dialogs/BookDetailsDialog.Designer.cs @@ -99,7 +99,7 @@ this.detailsTb.ReadOnly = true; this.detailsTb.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.detailsTb.Size = new System.Drawing.Size(484, 202); - this.detailsTb.TabIndex = 0; + this.detailsTb.TabIndex = 1; // // tagsGb // @@ -110,7 +110,7 @@ this.tagsGb.Location = new System.Drawing.Point(12, 220); this.tagsGb.Name = "tagsGb"; this.tagsGb.Size = new System.Drawing.Size(570, 73); - this.tagsGb.TabIndex = 1; + this.tagsGb.TabIndex = 0; this.tagsGb.TabStop = false; this.tagsGb.Text = "Edit Tags"; //