Skip to content

Commit

Permalink
Primarily css added
Browse files Browse the repository at this point in the history
  • Loading branch information
minhazkamal committed Feb 4, 2021
1 parent 7938df6 commit 37d10ad
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .idea/libraries/lib.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/libraries/ojdbc6.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Ayomoy-Life-Saver.iml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="javafx-sdk-15" level="project" />
<orderEntry type="library" exported="" name="ojdbc6" level="project" />
<orderEntry type="library" exported="" name="opencv-450" level="project" />
<orderEntry type="module-library" exported="">
<library>
Expand Down Expand Up @@ -47,5 +46,7 @@
<jarDirectory url="file://$MODULE_DIR$/Tess4J-3.4.8-src/Tess4J/dist" recursive="false" />
</library>
</orderEntry>
<orderEntry type="library" name="lib" level="project" />
<orderEntry type="library" name="ojdbc6" level="project" />
</component>
</module>
Binary file modified out/artifacts/Ayomoy_Life_Saver_jar/Ayomoy-Life-Saver.jar
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion out/production/Ayomoy-Life-Saver/sample/LogINpanel.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<?import javafx.scene.shape.Rectangle?>
<?import javafx.scene.text.Font?>

<AnchorPane prefHeight="600.0" prefWidth="1000.0" xmlns="http://javafx.com/javafx/15.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="sample.LogINpanelController">
<AnchorPane prefHeight="600.0" prefWidth="1000.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="sample.LogINpanelController">
<children>
<ImageView blendMode="OVERLAY" fitHeight="600.0" fitWidth="1000.0" layoutX="1.0" pickOnBounds="true">
<image>
Expand Down
2 changes: 1 addition & 1 deletion src/sample/AddNewDonation.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.text.Font?>

<AnchorPane prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/15.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="sample.AddNewDonationController">
<AnchorPane prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="sample.AddNewDonationController">
<children>
<ImageView fitHeight="150.0" fitWidth="200.0" layoutX="58.0" layoutY="438.0" pickOnBounds="true" preserveRatio="true">
<image>
Expand Down

0 comments on commit 37d10ad

Please sign in to comment.