mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
Merge pull request #1677 from tznind/line-view-namespace
Fixed erroneous namespace on LineView to match other views
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user