diff options
author | xg353y <xg353y@intl.att.com> | 2019-05-17 10:18:34 +0200 |
---|---|---|
committer | xg353y <xg353y@intl.att.com> | 2019-05-17 10:18:34 +0200 |
commit | 61cda848d1d8ebff2a0a01af17326e060d372f0b (patch) | |
tree | e9b0d4721f97efacaf23dc254c952fde71b1f06f /src/main/java/org | |
parent | a2cbc6a4ab4bd16c1601a7e95a48f0a171e50b26 (diff) |
Improve the loop logs view
Move the loop log table down; color the log level; adjust the proportion
of the log attributes; adjust the location of the Loop view and the log
table.
Issue-ID: CLAMP-388
Change-Id: Ifec6da8dfb330304c8adffbb3257d325e234aa17
Signed-off-by: xg353y <xg353y@intl.att.com>
Diffstat (limited to 'src/main/java/org')
-rwxr-xr-x | src/main/java/org/onap/clamp/clds/util/drawing/Painter.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/onap/clamp/clds/util/drawing/Painter.java b/src/main/java/org/onap/clamp/clds/util/drawing/Painter.java index fe2d5cb34..d88a17e86 100755 --- a/src/main/java/org/onap/clamp/clds/util/drawing/Painter.java +++ b/src/main/java/org/onap/clamp/clds/util/drawing/Painter.java @@ -64,7 +64,7 @@ public class Painter { adjustGraphics2DProperties(); - Point origin = new Point(0, rectHeight / 2); + Point origin = new Point(1, rectHeight / 2); ImageBuilder ib = new ImageBuilder(g2d, documentBuilder, origin, baseLength, rectHeight); doTheActualDrawing(collector, microServices, policy, ib); |