Skip to content

Commit

Permalink
Merge pull request #15 from Ogefest/remove-unused-resources
Browse files Browse the repository at this point in the history
removed unused files, changed names
  • Loading branch information
Ogefest authored Feb 1, 2021
2 parents 549b610 + 4dd780d commit 1f7125f
Show file tree
Hide file tree
Showing 114 changed files with 14 additions and 106,282 deletions.
Binary file removed src/main/resources/notepack/Lato-Light.ttf
Binary file not shown.
23 changes: 3 additions & 20 deletions src/main/resources/notepack/MainView.fxml
Original file line number Diff line number Diff line change
@@ -1,34 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>

<?import javafx.scene.paint.*?>
<?import javafx.scene.shape.*?>
<?import java.lang.*?>
<?import java.net.*?>
<?import javafx.geometry.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.image.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.text.*?>
<?import java.net.URL?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.SplitPane?>
<?import javafx.scene.control.TabPane?>
<?import javafx.scene.control.Tooltip?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.text.Font?>

<?import java.net.URL?>
<AnchorPane id="AnchorPane" fx:id="mainPane" prefHeight="843.0" prefWidth="1200.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="notepack.MainViewController">
<stylesheets>
<!--<URL value="@color-definition.css" />-->
<URL value="@scrollbar.css" />
<URL value="@icons.css" />
<URL value="@material.icons.css" />
<URL value="@material.icons"/>
<URL value="@default.css" />
</stylesheets>
<children>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/notepack/NotepadTabListView.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!--<URL value="@color-definition.css" />-->
<URL value="@scrollbar.css" />
<URL value="@icons.css" />
<URL value="@material.icons.css" />
<URL value="@material.icons"/>
<URL value="@default.css" />
</stylesheets>
<children>
Expand Down
9 changes: 3 additions & 6 deletions src/main/resources/notepack/TodoNoteCell.fxml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>

<?import javafx.geometry.*?>
<?import java.net.*?>
<?import javafx.scene.text.*?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.*?>
<?import java.lang.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.text.Font?>
<?import java.net.URL?>

<AnchorPane fx:id="cellBackground" maxWidth="800.0" minWidth="600.0" onMouseEntered="#onMouseEntered" onMouseExited="#onMouseExited" prefHeight="40.0" styleClass="todo-note-row" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="notepack.TodoNoteCellController">
<stylesheets>

<URL value="@material.icons.css" />
<URL value="@material.icons"/>
<URL value="@default.css" />
<URL value="@notepadsettings.css" />
<URL value="@todo.css" />
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/notepack/TodoPaneBackground.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AnchorPane fx:id="todoBackground" minHeight="0.0" minWidth="0.0" prefHeight="664.0" prefWidth="1011.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="notepack.TodoPaneBackgroundController">
<stylesheets>

<URL value="@material.icons.css" />
<URL value="@material.icons"/>
<URL value="@default.css" />
<URL value="@notepadsettings.css" />
<URL value="@todo.css" />
Expand Down
Binary file not shown.
File renamed without changes.
Loading

0 comments on commit 1f7125f

Please sign in to comment.