瀏覽代碼

Merge pull request #1677 from tznind/line-view-namespace

Fixed erroneous namespace on LineView to match other views
Tig Kindel 3 年之前
父節點
當前提交
3a8a537639
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 1 1
      Terminal.Gui/Views/LineView.cs
  2. 0 1
      UICatalog/Scenarios/LineViewExample.cs

+ 1 - 1
Terminal.Gui/Views/LineView.cs

@@ -1,7 +1,7 @@
 using System;
 using Terminal.Gui.Graphs;
 
-namespace Terminal.Gui.Views {
+namespace Terminal.Gui {
 	
 	/// <summary>
 	/// A straight line control either horizontal or vertical

+ 0 - 1
UICatalog/Scenarios/LineViewExample.cs

@@ -4,7 +4,6 @@ using System.Linq;
 using System.Text;
 using System.Threading.Tasks;
 using Terminal.Gui;
-using Terminal.Gui.Views;
 using static UICatalog.Scenario;
 
 namespace UICatalog.Scenarios {