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 abdc11c commit 73c1567Copy full SHA for 73c1567
app/logbook/olog/ui/src/main/resources/org/phoebus/logbook/olog/ui/LogEntryDisplay.fxml
@@ -34,7 +34,7 @@
34
text="%ShowHideLogEntryGroup" disable="true" onAction="#showHideLogEntryGroup"/>
35
<Region fx:id="spring" /> <!-- Spring to make the next elements right-aligned. -->
36
<Label text="Jump to log-entry: " />
37
- <TextField fx:id="jumpToLogEntryTextField" onAction="#jumpToLogEntry"/>
+ <TextField fx:id="jumpToLogEntryTextField" onAction="#jumpToLogEntry" alignment="CENTER" prefWidth="100"/>
38
<Button fx:id="goBackButton" mnemonicParsing="false"
39
onAction="#goBack" text="%Back" disable="true" />
40
<Button fx:id="goForwardButton" mnemonicParsing="false"
0 commit comments