diff options
| author | AShifter <[email protected]> | 2017-05-05 10:34:46 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-05-05 10:34:46 -0600 |
| commit | 6eb418dec83188b8d4efbf74b6557ac2cbdedb0f (patch) | |
| tree | f4b4feac49a7eb4870ee02f941a2aca7261a5cf6 /ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs | |
| parent | a7fff72826ba12a9a87ad4edf38526174e330acb (diff) | |
| download | shiftos_thereturn-6eb418dec83188b8d4efbf74b6557ac2cbdedb0f.tar.gz shiftos_thereturn-6eb418dec83188b8d4efbf74b6557ac2cbdedb0f.tar.bz2 shiftos_thereturn-6eb418dec83188b8d4efbf74b6557ac2cbdedb0f.zip | |
actually fix file skimmer
don't copy dat floppy
Diffstat (limited to 'ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs b/ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs index d19d639..ea9fcec 100644 --- a/ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs +++ b/ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs @@ -69,9 +69,10 @@ namespace ShiftOS.WinForms.Applications // // lvitems // - this.lvitems.Location = new System.Drawing.Point(135, 0); + this.lvitems.Dock = System.Windows.Forms.DockStyle.Fill; + this.lvitems.Location = new System.Drawing.Point(0, 0); this.lvitems.Name = "lvitems"; - this.lvitems.Size = new System.Drawing.Size(499, 332); + this.lvitems.Size = new System.Drawing.Size(634, 332); this.lvitems.TabIndex = 0; this.lvitems.UseCompatibleStateImageBehavior = false; this.lvitems.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lvitems_ItemSelectionChanged); @@ -80,8 +81,8 @@ namespace ShiftOS.WinForms.Applications // // panel1 // - this.panel1.Controls.Add(this.lvitems); this.panel1.Controls.Add(this.pinnedItems); + this.panel1.Controls.Add(this.lvitems); this.panel1.Controls.Add(this.lbcurrentfolder); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 24); @@ -91,10 +92,9 @@ namespace ShiftOS.WinForms.Applications // // pinnedItems // - this.pinnedItems.Dock = System.Windows.Forms.DockStyle.Fill; - this.pinnedItems.Location = new System.Drawing.Point(0, 0); + this.pinnedItems.Location = new System.Drawing.Point(437, 208); this.pinnedItems.Name = "pinnedItems"; - this.pinnedItems.Size = new System.Drawing.Size(634, 332); + this.pinnedItems.Size = new System.Drawing.Size(197, 124); this.pinnedItems.TabIndex = 3; // // lbcurrentfolder |
