diff options
| author | Keith Packard <keithp@keithp.com> | 2012-01-02 17:26:59 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-01-02 17:26:59 -0800 |
| commit | 5a249bcabfa2a0f5ae5c620f2b3b93c7dff879fd (patch) | |
| tree | 6b69cac2077a6c2f58e891f98953187e6925e0d8 /altosui/Altos.java | |
| parent | 7136fd03953a88a9989baff04bd155020a8b8a9a (diff) | |
altosui: Complete split out of separate java library
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Altos.java')
| -rw-r--r-- | altosui/Altos.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/altosui/Altos.java b/altosui/Altos.java index fba2222b..b9d6598a 100644 --- a/altosui/Altos.java +++ b/altosui/Altos.java @@ -28,6 +28,8 @@ import org.altusmetrum.AltosLib.*; public class Altos extends AltosLib { + static final int tab_elt_pad = 5; + static Font label_font; static Font value_font; static Font status_font; |
