From c1cbedbfd08448b8382889f60079a3d8cdf79f09 Mon Sep 17 00:00:00 2001 From: pcnerd97 Date: Tue, 7 Apr 2015 19:26:28 +0100 Subject: Dock And Browser Fixes a few issues with the dock and adds unlimed tabs to the web browser --- ShiftOS/Web Browser.Designer.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ShiftOS/Web Browser.Designer.vb') diff --git a/ShiftOS/Web Browser.Designer.vb b/ShiftOS/Web Browser.Designer.vb index aa2b2ce..38f9234 100644 --- a/ShiftOS/Web Browser.Designer.vb +++ b/ShiftOS/Web Browser.Designer.vb @@ -38,7 +38,7 @@ Partial Class Web_Browser Me.pgbottomlcorner = New System.Windows.Forms.Panel() Me.pgcontents = New System.Windows.Forms.Panel() Me.pnlwebtabholder = New System.Windows.Forms.Panel() - Me.tabs = New ShiftOS.ShiftOSTabs() + Me.tabs = New TabControl 'ShiftOS.ShiftOSTabs() Me.Panel1 = New System.Windows.Forms.Panel() Me.btnhome = New System.Windows.Forms.Button() Me.txtlocation = New System.Windows.Forms.TextBox() @@ -449,7 +449,7 @@ Partial Class Web_Browser Friend WithEvents pnloptions As System.Windows.Forms.Panel Friend WithEvents pnlwebtabholder As System.Windows.Forms.Panel Friend WithEvents siteloadprogress As ShiftOS.ProgressBarEX - Friend WithEvents tabs As ShiftOS.ShiftOSTabs + Friend WithEvents tabs As TabControl 'ShiftOS.ShiftOSTabs Friend WithEvents btnAddTab As System.Windows.Forms.Button Friend WithEvents btnRemTab As System.Windows.Forms.Button Friend WithEvents TabText As System.Windows.Forms.Timer -- cgit v1.2.3