Code cleanup.
This commit is contained in:
parent
a463b686b3
commit
72d2eee503
6 changed files with 21 additions and 12 deletions
|
@ -279,15 +279,11 @@ public class DuffPane extends TibetanPane implements FocusListener {
|
|||
}
|
||||
|
||||
private static int defaultTibFontSize() {
|
||||
// FIXME: at program exit, or when the user selects "Save
|
||||
// preferences", or somehow, save the value the users chooses:
|
||||
return ThdlOptions.getIntegerOption("thdl.default.tibetan.font.size",
|
||||
36);
|
||||
}
|
||||
|
||||
private static int defaultRomanFontSize() {
|
||||
// FIXME: at program exit, or when the user selects "Save
|
||||
// preferences", or somehow, save the value the users chooses:
|
||||
return ThdlOptions.getIntegerOption("thdl.default.roman.font.size",
|
||||
14);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue