Skip to content

Commit 0e41b89

Browse files
committed
UI/UX: Modify day-by-day monitoring history navigator (prev and next history)
1 parent ad951c9 commit 0e41b89

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/main/resources/fxml/MonitoringAP.fxml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,22 @@
2626
<children>
2727
<ToolBar layoutY="2.4000000953674316" style="-fx-background-color: #ffffff00;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0">
2828
<items>
29-
<HBox alignment="CENTER" spacing="10.0">
29+
<HBox alignment="CENTER_LEFT" maxWidth="350.0" spacing="10.0">
3030
<children>
31-
<JFXButton fx:id="prevHistoryBtn" ellipsisString="" graphicTextGap="8.0" maxWidth="80.0" minWidth="80.0" onAction="#showPrevHistory" ripplerFill="BLACK" style="-fx-border-color: #ddd; -fx-font-size: 12px; -fx-border-radius: 30px; -fx-text-fill: black;" styleClass="basic-font" text="이전일자">
31+
<JFXButton fx:id="prevHistoryBtn" ellipsisString="" graphicTextGap="8.0" maxWidth="80.0" minWidth="80.0" onAction="#showPrevHistory" ripplerFill="BLACK" style="-fx-border-color: #ddd; -fx-font-size: 12px; -fx-border-radius: 30px; -fx-text-fill: black;" styleClass="basic-font" text="이전기록">
3232
<cursor>
3333
<Cursor fx:constant="HAND" />
3434
</cursor>
3535
<graphic>
3636
<FontAwesomeIconView glyphName="ANGLE_LEFT" size="13" />
3737
</graphic>
3838
</JFXButton>
39-
<JFXButton fx:id="nextHistoryBtn" contentDisplay="RIGHT" ellipsisString="" graphicTextGap="8.0" maxWidth="80.0" minWidth="80.0" onAction="#showNextHistory" ripplerFill="BLACK" style="-fx-border-color: #ddd; -fx-font-size: 12px; -fx-border-radius: 30px; -fx-text-fill: black;" styleClass="basic-font" text="다음일자">
39+
<Label styleClass="basic-font" text="2022-03-25 00:00:00">
40+
<graphic>
41+
<FontAwesomeIconView fill="#003b8e" glyphName="CLOCK_ALT" size="15" strokeWidth="0.0" />
42+
</graphic>
43+
</Label>
44+
<JFXButton fx:id="nextHistoryBtn" contentDisplay="RIGHT" ellipsisString="" graphicTextGap="8.0" maxWidth="80.0" minWidth="80.0" onAction="#showNextHistory" ripplerFill="BLACK" style="-fx-border-color: #ddd; -fx-font-size: 12px; -fx-border-radius: 30px; -fx-text-fill: black;" styleClass="basic-font" text="다음기록">
4045
<cursor>
4146
<Cursor fx:constant="HAND" />
4247
</cursor>
@@ -48,7 +53,7 @@
4853
</HBox>
4954
</items>
5055
</ToolBar>
51-
<HBox alignment="CENTER" layoutY="32.0" AnchorPane.bottomAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
56+
<HBox alignment="CENTER_RIGHT" layoutY="32.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="350.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
5257
<children>
5358
<Button fx:id="prequencyTimeDivBtn" alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" mnemonicParsing="false" onAction="#prequencyTimeDivToggle" prefHeight="30.0" prefWidth="30.0" style="-fx-background-color: #01077e; -fx-background-radius: 0px; -fx-border-width: 0.2px; -fx-border-color: black; -fx-font-family: NanumGothic; -fx-font-size: 9px; -fx-font-weight: bold; -fx-text-fill: white;" text="AM">
5459
<HBox.margin>

0 commit comments

Comments
 (0)