Skip to content

Commit

Permalink
Minor styling styling tweaks in Desctibe Topic dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
patschuh committed Nov 4, 2021
1 parent 5d26dbd commit 763d4d1
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions src/main/resources/fxml/describeTopic.fxml
Expand Up @@ -33,33 +33,40 @@
<FilterableListView fx:id="configValueList" addButtonVisible="false" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="200.0" prefWidth="200.0" refreshButtonVisible="false" GridPane.rowIndex="4" />
<Label text="name:">
<GridPane.margin>
<Insets left="20.0" />
<Insets left="5.0" />
</GridPane.margin>
</Label>
<Label text="partitions:" GridPane.rowIndex="1">
<GridPane.margin>
<Insets left="20.0" />
<Insets left="5.0" />
</GridPane.margin>
</Label>
<Label text="internal" GridPane.rowIndex="2">
<GridPane.margin>
<Insets left="20.0" />
<Insets left="5.0" />
</GridPane.margin>
</Label>
<Label text="Configurations:" GridPane.halignment="CENTER" GridPane.rowIndex="3" GridPane.valignment="CENTER">
<GridPane.margin>
<Insets left="20.0" />
</GridPane.margin>
</Label>
<Label fx:id="partitions" text="Number of paritions" GridPane.columnIndex="1" GridPane.rowIndex="1" />
<Label fx:id="isInternal" text="is an internal topic" GridPane.columnIndex="1" GridPane.rowIndex="2" />
<Label fx:id="partitions" text="Number of paritions" GridPane.columnIndex="1" GridPane.rowIndex="1">
<GridPane.margin>
<Insets left="5.0" />
</GridPane.margin></Label>
<Label fx:id="isInternal" text="is an internal topic" GridPane.columnIndex="1" GridPane.rowIndex="2">
<GridPane.margin>
<Insets left="5.0" />
</GridPane.margin></Label>
<FilterableListView fx:id="partitionInfoList" addButtonVisible="false" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="200.0" prefWidth="200.0" refreshButtonVisible="false" GridPane.columnIndex="1" GridPane.rowIndex="4" />
<Label text="Partition Info" GridPane.columnIndex="1" GridPane.halignment="CENTER" GridPane.rowIndex="3" GridPane.valignment="CENTER" />
<HBox prefHeight="100.0" prefWidth="200.0" GridPane.columnIndex="1" GridPane.halignment="CENTER" GridPane.valignment="BASELINE">
<children>


<Label fx:id="topicName" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" text="TopicName" HBox.hgrow="ALWAYS" />
<Label fx:id="topicName" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" text="TopicName" HBox.hgrow="ALWAYS">
<HBox.margin>
<Insets left="5.0" />
</HBox.margin></Label>
<Button fx:id="topicNameClpt" contentDisplay="CENTER" maxHeight="20.0" maxWidth="15.0" minHeight="20.0" minWidth="20.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="30.0" text="Copy">
<graphic>
<FontIcon iconLiteral="fa-copy" strokeType="OUTSIDE" strokeWidth="0.0" />
Expand Down

0 comments on commit 763d4d1

Please sign in to comment.