mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Made the Layout leading
This commit is contained in:
@@ -597,7 +597,8 @@ public class PreferencesFrame {
|
||||
.addGroup(layout.createSequentialGroup()
|
||||
.addComponent(fontLabel)
|
||||
.addComponent(fontSelectionBox, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE))
|
||||
.addGroup(layout.createSequentialGroup()
|
||||
.addGroup(GroupLayout.Alignment.LEADING,
|
||||
layout.createSequentialGroup()
|
||||
.addComponent(fontSizelabel)
|
||||
.addComponent(fontSizeField, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)
|
||||
.addComponent(consoleFontSizeLabel)
|
||||
|
||||
Reference in New Issue
Block a user