|
|
|
@ -47,10 +47,10 @@ ProgressBar.font = withSize(%fontSize.default)withStyle(0)
|
|
|
|
|
RadioButton.font = withSize(%fontSize.default)withStyle(0) |
|
|
|
|
RadioButtonMenuItem.font = withSize(%fontSize.default)withStyle(0) |
|
|
|
|
ScrollPane.font = withSize(%fontSize.default)withStyle(0) |
|
|
|
|
Slider.font = withSize(%fontSize.default, -2)withStyle(0) |
|
|
|
|
Slider.font = withSize(%fontSize.default,-2)withStyle(0) |
|
|
|
|
Spinner.font = withSize(%fontSize.default)withStyle(0) |
|
|
|
|
TabbedPane.font = withSize(%fontSize.default)withStyle(0) |
|
|
|
|
TabFrameTab.font = from(Label.font)withSize(%fontSize.default,-1)withStyle(0) |
|
|
|
|
TabFrameTab.font = from(Label.font)withSize(%fontSize.title)withStyle(0) |
|
|
|
|
Table.font = withSize(%fontSize.default)withStyle(0) |
|
|
|
|
TableHeader.font = withSize(%fontSize.default)withStyle(0) |
|
|
|
|
TextArea.font = withSize(%fontSize.default)withStyle(0) |
|
|
|
@ -62,8 +62,8 @@ ToolBar.font = withSize(%fontSize.default)withStyle(0)
|
|
|
|
|
ToolTip.font = withSize(%fontSize.default)withStyle(0) |
|
|
|
|
Tree.font = withSize(%fontSize.default)withStyle(0) |
|
|
|
|
Viewport.font = withSize(%fontSize.default)withStyle(0) |
|
|
|
|
MenuItem.acceleratorFont = withSize(%fontSize.default,-2)withStyle(0) |
|
|
|
|
RadioButtonMenuItem.acceleratorFont = withSize(%fontSize.default,-2)withStyle(0) |
|
|
|
|
Menu.acceleratorFont = withSize(%fontSize.default,-2)withStyle(0) |
|
|
|
|
CheckBoxMenuItem.acceleratorFont = withSize(%fontSize.default,-2)withStyle(0) |
|
|
|
|
InternalFrame.titleFont = withSize(%fontSize.default,-1)withStyle(0) |
|
|
|
|
MenuItem.acceleratorFont = withSize(%fontSize.accelerator)withStyle(0) |
|
|
|
|
RadioButtonMenuItem.acceleratorFont = withSize(%fontSize.accelerator)withStyle(0) |
|
|
|
|
Menu.acceleratorFont = withSize(%fontSize.accelerator)withStyle(0) |
|
|
|
|
CheckBoxMenuItem.acceleratorFont = withSize(%fontSize.accelerator)withStyle(0) |
|
|
|
|
InternalFrame.titleFont = withSize(%fontSize.title)withStyle(0) |
|
|
|
|