aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs
diff options
context:
space:
mode:
authorMichael VanOverbeek <[email protected]>2017-05-05 12:43:37 -0400
committerGitHub <[email protected]>2017-05-05 12:43:37 -0400
commitba585e7614100b4e86dd0f043ee4be6341b67ea2 (patch)
treef4b4feac49a7eb4870ee02f941a2aca7261a5cf6 /ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs
parent9a2373ec42faeef719cff1c7076af87ef44179a7 (diff)
parent6eb418dec83188b8d4efbf74b6557ac2cbdedb0f (diff)
downloadshiftos_thereturn-ba585e7614100b4e86dd0f043ee4be6341b67ea2.tar.gz
shiftos_thereturn-ba585e7614100b4e86dd0f043ee4be6341b67ea2.tar.bz2
shiftos_thereturn-ba585e7614100b4e86dd0f043ee4be6341b67ea2.zip
Merge pull request #121 from AShifter/master
actually fix something
Diffstat (limited to 'ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs')
-rw-r--r--ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs12
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