1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

[292688] DSF Disassembly: Reduce maximum width of FunctionOffset Ruler Column

This commit is contained in:
Anton Leherbauer 2009-10-21 08:29:58 +00:00
parent 315fd1e2a6
commit d2cb70aeb5

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2007, 2008 Wind River Systems and others.
* Copyright (c) 2007, 2009 Wind River Systems and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@ -21,7 +21,7 @@ import org.eclipse.jface.text.BadLocationException;
public class FunctionOffsetRulerColumn extends DisassemblyRulerColumn {
/** Maximum width of column (in characters) */
private static final int MAXWIDTH= 40;
private static final int MAXWIDTH= 20;
/**
* Default constructor.