mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 10:25:32 +02:00
[292688] DSF Disassembly: Reduce maximum width of FunctionOffset Ruler Column
This commit is contained in:
parent
315fd1e2a6
commit
d2cb70aeb5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -21,7 +21,7 @@ import org.eclipse.jface.text.BadLocationException;
|
||||||
public class FunctionOffsetRulerColumn extends DisassemblyRulerColumn {
|
public class FunctionOffsetRulerColumn extends DisassemblyRulerColumn {
|
||||||
|
|
||||||
/** Maximum width of column (in characters) */
|
/** Maximum width of column (in characters) */
|
||||||
private static final int MAXWIDTH= 40;
|
private static final int MAXWIDTH= 20;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default constructor.
|
* Default constructor.
|
||||||
|
|
Loading…
Add table
Reference in a new issue