Skip to content

Commit 73c1567

Browse files
committed
CSSTUDIO-2572 Set alignment and width.
1 parent abdc11c commit 73c1567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/logbook/olog/ui/src/main/resources/org/phoebus/logbook/olog/ui/LogEntryDisplay.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
text="%ShowHideLogEntryGroup" disable="true" onAction="#showHideLogEntryGroup"/>
3535
<Region fx:id="spring" /> <!-- Spring to make the next elements right-aligned. -->
3636
<Label text="Jump to log-entry: " />
37-
<TextField fx:id="jumpToLogEntryTextField" onAction="#jumpToLogEntry"/>
37+
<TextField fx:id="jumpToLogEntryTextField" onAction="#jumpToLogEntry" alignment="CENTER" prefWidth="100"/>
3838
<Button fx:id="goBackButton" mnemonicParsing="false"
3939
onAction="#goBack" text="%Back" disable="true" />
4040
<Button fx:id="goForwardButton" mnemonicParsing="false"

0 commit comments

Comments
 (0)