Skip to content

Commit

Permalink
label fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogefest committed Feb 1, 2021
1 parent 73196cc commit 549b610
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/main/resources/notepack/TodoPaneBackground.fxml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>

<?import java.net.*?>
<?import javafx.scene.text.*?>
<?import javafx.geometry.*?>
<?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="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>

Expand All @@ -34,7 +31,7 @@
</Button>
<Button mnemonicParsing="false" onAction="#onTaskSearch" styleClass="icon-button">
<tooltip>
<Tooltip text="Add todo (ctrl + t)" />
<Tooltip text="Search todo (ctrl + f)"/>
</tooltip>
<graphic>
<Label styleClass="icon-base,mi-magnify" />
Expand Down

0 comments on commit 549b610

Please sign in to comment.