Alignment issue around infix operator in list element #65

Closed
opened 2017-11-13 15:12:25 +01:00 by lspitzner · 0 comments
lspitzner commented 2017-11-13 15:12:25 +01:00 (Migrated from github.com)

processed by current brittany:

widgetsDyn =
  [ [ vBox
        [ padTop    Max     outputLinesWidget
        , padRight  Max     wid1 <+> flowWidget  -- alignment here is strange/buggy
        , padBottom (Pad 5) help
        ]
    ]
  | wid1              <- promptDyn
  , (flowWidget, _)   <- flowResultD
  , outputLinesWidget <- outputLinesWidgetD
  , help              <- suggestionHelpBox
  , parser            <- cmdParserD
  ]
processed by current brittany: ~~~~.hs widgetsDyn = [ [ vBox [ padTop Max outputLinesWidget , padRight Max wid1 <+> flowWidget -- alignment here is strange/buggy , padBottom (Pad 5) help ] ] | wid1 <- promptDyn , (flowWidget, _) <- flowResultD , outputLinesWidget <- outputLinesWidgetD , help <- suggestionHelpBox , parser <- cmdParserD ] ~~~~
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hexagoxel/brittany#65
There is no content yet.