Skip to content

Commit

Permalink
CSSTUDIO-2167 Adjust padding.
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamwolk committed Nov 22, 2024
1 parent cbdc098 commit a906512
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ summary of the log entry and its metadata.
<HBox>
<HBox fx:id="decorationNodes" fillHeight="true" />
<VBox fx:id="logEntryCell">
<padding>
<Insets bottom="3.0" left="3.0" right="3.0" top="3.0"/>
</padding>
<HBox.hgrow><Priority fx:value="ALWAYS"/></HBox.hgrow>
<GridPane>
<columnConstraints>
Expand Down

0 comments on commit a906512

Please sign in to comment.