From 7549a5c22bff7f2e059ffe6b4200aa657bd5e27b Mon Sep 17 00:00:00 2001 From: Steven Cohn Date: Thu, 21 Dec 2023 07:45:14 -0500 Subject: [PATCH] anchor tag entry field #1227 --- OneMore/Commands/Tagging/HashtagDialog.Designer.cs | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/OneMore/Commands/Tagging/HashtagDialog.Designer.cs b/OneMore/Commands/Tagging/HashtagDialog.Designer.cs index 6bb6960991..4c01daa36d 100644 --- a/OneMore/Commands/Tagging/HashtagDialog.Designer.cs +++ b/OneMore/Commands/Tagging/HashtagDialog.Designer.cs @@ -158,22 +158,24 @@ private void InitializeComponent() // // scopeBox // + this.scopeBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.scopeBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.scopeBox.FormattingEnabled = true; this.scopeBox.Items.AddRange(new object[] { "All", "This notebook", "This section"}); - this.scopeBox.Location = new System.Drawing.Point(387, 45); + this.scopeBox.Location = new System.Drawing.Point(655, 45); this.scopeBox.Name = "scopeBox"; - this.scopeBox.Size = new System.Drawing.Size(164, 28); + this.scopeBox.Size = new System.Drawing.Size(196, 28); this.scopeBox.TabIndex = 4; this.scopeBox.SelectedIndexChanged += new System.EventHandler(this.PopulateTags); // // searchButton // + this.searchButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.searchButton.Image = ((System.Drawing.Image)(resources.GetObject("searchButton.Image"))); - this.searchButton.Location = new System.Drawing.Point(557, 44); + this.searchButton.Location = new System.Drawing.Point(859, 42); this.searchButton.Name = "searchButton"; this.searchButton.Size = new System.Drawing.Size(60, 32); this.searchButton.TabIndex = 2; @@ -182,10 +184,12 @@ private void InitializeComponent() // // tagBox // + this.tagBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.tagBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tagBox.Location = new System.Drawing.Point(41, 45); this.tagBox.Name = "tagBox"; - this.tagBox.Size = new System.Drawing.Size(340, 28); + this.tagBox.Size = new System.Drawing.Size(608, 28); this.tagBox.TabIndex = 0; // // panel1