Skip to content

Commit 9b902e3

Browse files
committed
Релизный коммит.
1 parent d7e482a commit 9b902e3

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

develnext/src/.system/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
app.name = DevelNext
44
app.version = 16.7.0
55
app.versionCode = autumn
6-
app.hash = 2017102912
6+
app.hash = 2017103112
77
app.uuid =
88
app.implicitExit = 0
99

develnext/src/ide/forms/OpenProjectForm.fxml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<?import javafx.scene.layout.VBox?>
1818
<?import javafx.scene.text.Font?>
1919

20-
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="541.0" prefWidth="681.0" xmlns="http://javafx.com/javafx/8.0.141" xmlns:fx="http://javafx.com/fxml/1">
20+
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="586.0" prefWidth="727.0" xmlns="http://javafx.com/javafx/8.0.141" xmlns:fx="http://javafx.com/fxml/1">
2121
<children>
2222
<VBox layoutX="21.0" layoutY="14.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
2323
<children>
@@ -48,23 +48,18 @@
4848
<content>
4949
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0">
5050
<children>
51-
<VBox layoutX="3.0" layoutY="3.0" spacing="5.0" AnchorPane.bottomAnchor="3.0" AnchorPane.leftAnchor="3.0" AnchorPane.rightAnchor="3.0" AnchorPane.topAnchor="3.0">
51+
<VBox layoutX="3.0" layoutY="3.0" spacing="5.0" AnchorPane.bottomAnchor="3.0" AnchorPane.leftAnchor="3.0" AnchorPane.rightAnchor="3.0" AnchorPane.topAnchor="0.0">
5252
<children>
53-
<HBox prefHeight="39.0" prefWidth="630.0" spacing="5.0">
53+
<HBox spacing="5.0">
5454
<children>
55-
<Button id="projectSearchButton" maxHeight="1.7976931348623157E308" mnemonicParsing="false" styleClass="icon-flat-search">
56-
<padding>
57-
<Insets left="15.0" right="15.0" />
58-
</padding>
59-
</Button>
60-
<TextField id="projectQueryField" prefHeight="39.0" prefWidth="379.0" promptText="введите ключевые слова для поиска" HBox.hgrow="ALWAYS">
55+
<TextField id="projectQueryField" promptText="введите ключевые слова для поиска" HBox.hgrow="ALWAYS">
6156
<font>
6257
<Font size="15.0" />
6358
</font>
6459
</TextField>
6560
</children>
6661
</HBox>
67-
<ScrollPane id="projectList" fitToHeight="true" fitToWidth="true" prefHeight="292.0" prefWidth="550.0" style="-fx-border-color: transparent; -fx-border-width: 0px;" VBox.vgrow="ALWAYS">
62+
<ScrollPane id="projectList" fitToHeight="true" fitToWidth="true" style="-fx-border-color: transparent; -fx-border-width: 0px;" VBox.vgrow="ALWAYS">
6863
<content>
6964
<FlowPane style="-fx-border-width: 0px;" />
7065
</content>

0 commit comments

Comments
 (0)