You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/08/09 14:29:00 UTC

[plc4x] 02/03: feat(plc4xbrowser): increase display area

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit ff7d444e1fefbca98ef7db372d126197c88ff440
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Tue Aug 9 11:02:45 2022 +0200

    feat(plc4xbrowser): increase display area
---
 plc4go/tools/plc4xbrowser/ui/ui.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4go/tools/plc4xbrowser/ui/ui.go b/plc4go/tools/plc4xbrowser/ui/ui.go
index fda7476c0..7d3c30caf 100644
--- a/plc4go/tools/plc4xbrowser/ui/ui.go
+++ b/plc4go/tools/plc4xbrowser/ui/ui.go
@@ -43,7 +43,7 @@ func SetupApplication() *tview.Application {
 	commandArea := buildCommandArea(newPrimitive, application)
 
 	grid := tview.NewGrid().
-		SetRows(3, 0, 1).
+		SetRows(1, 0, 1).
 		SetColumns(30, 0, 30).
 		SetBorders(true).
 		AddItem(newPrimitive("PLC4X Browser"), 0, 0, 1, 3, 0, 0, false).