aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-05-02 19:43:58 -0600
committerAShifter <[email protected]>2017-05-02 19:43:58 -0600
commit5b8d350af0dc2a9862fa3a8007be362fc91e6eba (patch)
tree28c537ab1dd6879e07c583597d5021a14d0f08bd /ShiftOS.WinForms/Applications
parentb06801028acc3b3da80ef5077abe8f0baaa82dac (diff)
downloadshiftos_thereturn-5b8d350af0dc2a9862fa3a8007be362fc91e6eba.tar.gz
shiftos_thereturn-5b8d350af0dc2a9862fa3a8007be362fc91e6eba.tar.bz2
shiftos_thereturn-5b8d350af0dc2a9862fa3a8007be362fc91e6eba.zip
fix advance file skimmer
it looks better
Diffstat (limited to 'ShiftOS.WinForms/Applications')
-rw-r--r--ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs11
1 files changed, 5 insertions, 6 deletions
diff --git a/ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs b/ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs
index a7b7aa5..d19d639 100644
--- a/ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs
+++ b/ShiftOS.WinForms/Applications/FileSkimmer.Designer.cs
@@ -69,10 +69,9 @@ namespace ShiftOS.WinForms.Applications
//
// lvitems
//
- this.lvitems.Dock = System.Windows.Forms.DockStyle.Right;
- this.lvitems.Location = new System.Drawing.Point(120, 0);
+ this.lvitems.Location = new System.Drawing.Point(135, 0);
this.lvitems.Name = "lvitems";
- this.lvitems.Size = new System.Drawing.Size(514, 332);
+ this.lvitems.Size = new System.Drawing.Size(499, 332);
this.lvitems.TabIndex = 0;
this.lvitems.UseCompatibleStateImageBehavior = false;
this.lvitems.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lvitems_ItemSelectionChanged);
@@ -81,8 +80,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 +91,10 @@ namespace ShiftOS.WinForms.Applications
//
// pinnedItems
//
- this.pinnedItems.Dock = System.Windows.Forms.DockStyle.Left;
+ this.pinnedItems.Dock = System.Windows.Forms.DockStyle.Fill;
this.pinnedItems.Location = new System.Drawing.Point(0, 0);
this.pinnedItems.Name = "pinnedItems";
- this.pinnedItems.Size = new System.Drawing.Size(114, 332);
+ this.pinnedItems.Size = new System.Drawing.Size(634, 332);
this.pinnedItems.TabIndex = 3;
//
// lbcurrentfolder