Skip to content
Snippets Groups Projects
Commit b95a67df authored by Céline  TREBEAU's avatar Céline TREBEAU
Browse files

feat: Remove unnecessary button from GUI

parent 039ca023
Branches
Tags
2 merge requests!47Feature : Multi-channel and Binning,!41Resolve "Consider rescaling (binning) large images"
...@@ -3,15 +3,12 @@ ...@@ -3,15 +3,12 @@
<!--suppress JavaFxDefaultTag, JavaFxUnresolvedFxIdReference --> <!--suppress JavaFxDefaultTag, JavaFxUnresolvedFxIdReference -->
<?import javafx.geometry.Insets?> <?import javafx.geometry.Insets?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?> <?import javafx.scene.control.Label?>
<?import javafx.scene.control.Menu?> <?import javafx.scene.control.Menu?>
<?import javafx.scene.control.MenuBar?> <?import javafx.scene.control.MenuBar?>
<?import javafx.scene.control.MenuItem?> <?import javafx.scene.control.MenuItem?>
<?import javafx.scene.control.Tab?> <?import javafx.scene.control.Tab?>
<?import javafx.scene.control.TabPane?> <?import javafx.scene.control.TabPane?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?> <?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.BorderPane?> <?import javafx.scene.layout.BorderPane?>
<?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.HBox?>
...@@ -44,28 +41,7 @@ ...@@ -44,28 +41,7 @@
<Insets left="10.0" /> <Insets left="10.0" />
</padding> </padding>
<fx:include fx:id="preprocessing" prefHeight="30.0" prefWidth="200.0" source="Preprocessing.fxml" /> <fx:include fx:id="preprocessing" prefHeight="30.0" prefWidth="200.0" source="Preprocessing.fxml" />
<HBox alignment="CENTER_RIGHT" prefHeight="26.0" prefWidth="383.0" spacing="10.0"> <HBox alignment="CENTER_RIGHT" prefHeight="26.0" prefWidth="383.0" spacing="10.0" />
<children>
<Button mnemonicParsing="false" onAction="#loadParameters" text="Load parameters">
<graphic>
<ImageView fitHeight="15.0" fitWidth="22.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@/icons/script_add.png" />
</image>
</ImageView>
</graphic>
</Button>
<Button mnemonicParsing="false" onAction="#saveParameters" text="Save Parameters">
<graphic>
<ImageView fitHeight="15.0" fitWidth="26.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../icons/script_save.png" />
</image>
</ImageView>
</graphic>
</Button>
</children>
</HBox>
</HBox> </HBox>
<TabPane fx:id="tabPane" prefHeight="572570.0" prefWidth="846.0" tabClosingPolicy="UNAVAILABLE" tabMaxWidth="400.0" tabMinWidth="260.0"> <TabPane fx:id="tabPane" prefHeight="572570.0" prefWidth="846.0" tabClosingPolicy="UNAVAILABLE" tabMaxWidth="400.0" tabMinWidth="260.0">
<tabs> <tabs>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment