diff options
| author | pcnerd97 <[email protected]> | 2015-04-07 19:26:28 +0100 |
|---|---|---|
| committer | pcnerd97 <[email protected]> | 2015-04-07 19:26:28 +0100 |
| commit | c1cbedbfd08448b8382889f60079a3d8cdf79f09 (patch) | |
| tree | cfb18dc039ae98d43014e9c2bd8dd791c33ab3aa /ShiftOS/Web Browser.Designer.vb | |
| parent | bbf81cacaec7c68b6ac232cbfe72b6369a7c0a46 (diff) | |
| download | shiftos-c1cbedbfd08448b8382889f60079a3d8cdf79f09.tar.gz shiftos-c1cbedbfd08448b8382889f60079a3d8cdf79f09.tar.bz2 shiftos-c1cbedbfd08448b8382889f60079a3d8cdf79f09.zip | |
Dock And Browser
Fixes a few issues with the dock and adds unlimed tabs to the web
browser
Diffstat (limited to 'ShiftOS/Web Browser.Designer.vb')
| -rw-r--r-- | ShiftOS/Web Browser.Designer.vb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
