diff options
| author | Michael <[email protected]> | 2017-05-06 12:16:41 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-06 12:16:41 -0400 |
| commit | e131f72a9b863cc75a4db71670c41efa319886fb (patch) | |
| tree | c2b8daa8e4b6ea8a3cc7d4c3d348f70386c0f3a5 /ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs | |
| parent | 57277a01d685b0e29a79e5d74a1465a2ceb23ef9 (diff) | |
| download | shiftos_thereturn-e131f72a9b863cc75a4db71670c41efa319886fb.tar.gz shiftos_thereturn-e131f72a9b863cc75a4db71670c41efa319886fb.tar.bz2 shiftos_thereturn-e131f72a9b863cc75a4db71670c41efa319886fb.zip | |
Fix the file skimmer pins.
Diffstat (limited to 'ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs b/ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs index ea9fcec..965e4eb 100644 --- a/ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs +++ b/ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs @@ -70,9 +70,9 @@ namespace ShiftOS.WinForms.Applications // lvitems // this.lvitems.Dock = System.Windows.Forms.DockStyle.Fill; - this.lvitems.Location = new System.Drawing.Point(0, 0); + this.lvitems.Location = new System.Drawing.Point(149, 0); this.lvitems.Name = "lvitems"; - this.lvitems.Size = new System.Drawing.Size(634, 332); + this.lvitems.Size = new System.Drawing.Size(485, 332); this.lvitems.TabIndex = 0; this.lvitems.UseCompatibleStateImageBehavior = false; this.lvitems.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lvitems_ItemSelectionChanged); @@ -81,8 +81,8 @@ namespace ShiftOS.WinForms.Applications // // panel1 // - this.panel1.Controls.Add(this.pinnedItems); this.panel1.Controls.Add(this.lvitems); + this.panel1.Controls.Add(this.pinnedItems); this.panel1.Controls.Add(this.lbcurrentfolder); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 24); @@ -92,10 +92,12 @@ namespace ShiftOS.WinForms.Applications // // pinnedItems // - this.pinnedItems.Location = new System.Drawing.Point(437, 208); + this.pinnedItems.Dock = System.Windows.Forms.DockStyle.Left; + this.pinnedItems.Location = new System.Drawing.Point(0, 0); this.pinnedItems.Name = "pinnedItems"; - this.pinnedItems.Size = new System.Drawing.Size(197, 124); + this.pinnedItems.Size = new System.Drawing.Size(149, 332); this.pinnedItems.TabIndex = 3; + this.pinnedItems.Click += new System.EventHandler(this.pinnedItems_Click); // // lbcurrentfolder // |
