Resulted the bug with the not expendable panel

android-scanner
VladimirEliTokarev 2016-11-12 17:37:42 +02:00
parent 6161898805
commit 08cc50c22a
4 changed files with 18 additions and 14 deletions

View File

@ -13,7 +13,7 @@ import java.io.IOException;
* This class uses the configuration creator which converts json configuration into normal binary proto file
*/
public class Converter {
private final static String DEFAULT_OUTPUT_PATH = "configuration.bin";
private final static String DEFAULT_OUTPUT_PATH = "configuration- old but gold.bin";
private final static String DEFAULT_CONFIGURATION_PATH = "VotingBoothConfiguration.json";
private final static String CONVERTER_DESCRIPTION = "Welcome to simple voting booth " +
"configuration converter (which converts json voting booth configuration into " +

View File

@ -41,6 +41,10 @@
"answer": "/images/MichaelJackson.png",
"description": "Michael Jakson image."
},
{
"answer": "/images/AntonioBanderass.png",
"description": "Antonio Banderass image."
},
{
"answer": "/images/AntonioBanderass.png",
"description": "Antonio Banderass image."

View File

@ -120,27 +120,27 @@
</BorderPane>
</children>
</GridPane>
<GridPane prefHeight="250.0" prefWidth="600.0" GridPane.rowIndex="1">
<GridPane GridPane.rowIndex="1">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="144.0" minWidth="10.0" prefWidth="25.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="552.0" minWidth="10.0" prefWidth="548.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="192.0" minWidth="10.0" prefWidth="25.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="273.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="57.0" minHeight="0.0" prefHeight="9.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="213.0" minHeight="10.0" prefHeight="213.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="41.0" minHeight="5.0" prefHeight="5.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="0.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="5.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<BorderPane prefHeight="250.0" prefWidth="200.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
<BorderPane GridPane.columnIndex="1" GridPane.rowIndex="1">
<center>
<ScrollPane prefHeight="250.0" prefWidth="200.0" BorderPane.alignment="CENTER">
<ScrollPane BorderPane.alignment="CENTER">
<content>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="199.0" prefWidth="1000.0">
<AnchorPane>
<children>
<Pane prefHeight="199.0" prefWidth="1000.0">
<Pane>
<children>
<GridPane fx:id="AnswersGridPane" layoutY="-2.0" prefHeight="199.0" prefWidth="1000.0">
<GridPane fx:id="AnswersGridPane" layoutY="-2.0">
</GridPane>
</children>
</Pane>
@ -160,7 +160,7 @@
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="129.0" minHeight="0.0" prefHeight="31.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="326.0" minHeight="10.0" prefHeight="315.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="75.0" minHeight="10.0" prefHeight="35.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>