From 2a0b1aace5c0f18eaee05f4d26a9ee2ed415b573 Mon Sep 17 00:00:00 2001 From: "hyunsik.noh" Date: Mon, 8 Oct 2012 21:41:47 +0900 Subject: [PATCH] [Title]Always shows horizontal scrollbar for log view [Type]enhancement [Module]common [Redmine#]6213 Change-Id: Icabc782b58e0d55e67ff2a86fb3d58135a443faa --- .../src/org/tizen/common/connection/log/LogPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.tizen.common.connection/src/org/tizen/common/connection/log/LogPanel.java b/org.tizen.common.connection/src/org/tizen/common/connection/log/LogPanel.java index 5e2e3c7..8daac73 100755 --- a/org.tizen.common.connection/src/org/tizen/common/connection/log/LogPanel.java +++ b/org.tizen.common.connection/src/org/tizen/common/connection/log/LogPanel.java @@ -387,7 +387,7 @@ public class LogPanel extends Panel implements IDeviceChangeListener public void controlResized(ControlEvent e) { Rectangle r = table.getClientArea(); - + r.width *= 2; // get the size of all but the last column int total = table.getColumn(0).getWidth(); total += table.getColumn(1).getWidth(); -- 2.7.4