Skip to content

Commit 9081390

Browse files
committed
UI/UX: Redesign search keyword region in alertLogMenu
1 parent 2a018d6 commit 9081390

File tree

1 file changed

+27
-6
lines changed

1 file changed

+27
-6
lines changed

src/main/resources/fxml/AlertLogMonitoringMenu.fxml

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<?import com.jfoenix.controls.JFXButton?>
44
<?import com.jfoenix.controls.JFXComboBox?>
55
<?import com.jfoenix.controls.JFXListView?>
6+
<?import com.jfoenix.controls.JFXTextArea?>
67
<?import com.jfoenix.controls.JFXToggleButton?>
78
<?import de.jensd.fx.glyphs.fontawesome.FontAwesomeIconView?>
89
<?import java.lang.String?>
@@ -16,7 +17,6 @@
1617
<?import javafx.scene.control.SplitPane?>
1718
<?import javafx.scene.control.Tab?>
1819
<?import javafx.scene.control.TabPane?>
19-
<?import javafx.scene.control.TextArea?>
2020
<?import javafx.scene.control.TextField?>
2121
<?import javafx.scene.control.ToolBar?>
2222
<?import javafx.scene.effect.DropShadow?>
@@ -146,7 +146,7 @@
146146
<children>
147147
<AnchorPane maxWidth="400.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0">
148148
<children>
149-
<HBox layoutY="10.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="55.0">
149+
<HBox alignment="CENTER_LEFT" layoutY="10.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="55.0">
150150
<children>
151151
<Label maxHeight="25.0" minHeight="25.0" minWidth="70.0" prefHeight="25.0" text="조회기간">
152152
<graphic>
@@ -160,16 +160,37 @@
160160
<Insets right="10.0" />
161161
</HBox.margin>
162162
</Label>
163-
<DatePicker fx:id="alertLogStartDayDP" maxHeight="25.0" minHeight="25.0" prefHeight="25.0" styleClass="basic-font" />
163+
<DatePicker fx:id="alertLogStartDayDP" maxHeight="22.0" minHeight="22.0" prefHeight="22.0" styleClass="basic-font" />
164164
<Label maxHeight="25.0" minHeight="25.0" prefHeight="25.0" style="-fx-font-size: 18px;" styleClass="basic-font" text="~">
165165
<HBox.margin>
166166
<Insets left="10.0" right="10.0" />
167167
</HBox.margin>
168168
</Label>
169-
<DatePicker fx:id="alertLogEndDayDP" maxHeight="25.0" minHeight="25.0" prefHeight="25.0" styleClass="basic-font" />
169+
<DatePicker fx:id="alertLogEndDayDP" maxHeight="22.0" minHeight="22.0" prefHeight="22.0" styleClass="basic-font" />
170+
</children>
171+
</HBox>
172+
<HBox alignment="CENTER_LEFT" layoutY="110.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="100.0">
173+
<children>
174+
<Label minWidth="60.0" text="키워드" wrapText="true">
175+
<graphic>
176+
<FontAwesomeIconView fill="#3c4584" glyphName="TAGS" size="20" />
177+
</graphic>
178+
<styleClass>
179+
<String fx:value="bold" />
180+
<String fx:value="basic-font" />
181+
</styleClass>
182+
</Label>
183+
<JFXTextArea style="-fx-border-color: black; -fx-border-width: 0.2px; -fx-font-size: 10px;">
184+
<styleClass>
185+
<String fx:value="gray-scrollbar" />
186+
<String fx:value="basic-font" />
187+
</styleClass>
188+
<HBox.margin>
189+
<Insets left="21.0" />
190+
</HBox.margin>
191+
</JFXTextArea>
170192
</children>
171193
</HBox>
172-
<TextArea AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="100.0" />
173194
</children>
174195
<padding>
175196
<Insets bottom="10.0" right="10.0" top="10.0" />
@@ -187,7 +208,7 @@
187208
<String fx:value="bold" />
188209
</styleClass>
189210
</Label>
190-
<HBox layoutY="39.20000076293945" style="-fx-border-color: #e1e1e1;" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="95.0">
211+
<HBox layoutY="39.20000076293945" style="-fx-border-color: #e1e1e1;" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="88.0">
191212
<children>
192213
<ButtonBar buttonMinWidth="21.0" buttonOrder="" maxHeight="25.0" minHeight="25.0" prefHeight="25.0">
193214
<buttons>

0 commit comments

Comments
 (0)