We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4e770 commit e70f8c0Copy full SHA for e70f8c0
gui-lib/framework/private/preferences.rkt
@@ -462,7 +462,8 @@ the state transitions / contracts are:
462
(list (string-constant editor-prefs-panel-label)
463
(string-constant editor-general-prefs-panel-label))
464
(λ (editor-panel)
465
- (define narrow-checkboxes-hp (new horizontal-panel% [parent editor-panel] [stretchable-height #f]))
+ (define narrow-checkboxes-hp
466
+ (new horizontal-panel% [parent editor-panel] [stretchable-height #f] [alignment '(left top)]))
467
(define narrow-checkboxes-left
468
(new vertical-panel% [parent narrow-checkboxes-hp] [stretchable-height #f] [alignment '(left top)]))
469
(define narrow-checkboxes-right
0 commit comments