Skip to content

Commit 9f05955

Browse files
committed
improved main layout
1 parent 2e8be1a commit 9f05955

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/main/resources/layouts/ViewLayout.fxml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@
1616
You should have received a copy of the GNU General Public License
1717
along with this program. If not, see <http://www.gnu.org/licenses/>. -->
1818

19-
<?import java.lang.*?>
20-
<?import javafx.geometry.*?>
21-
<?import javafx.scene.*?>
22-
<?import javafx.scene.canvas.*?>
23-
<?import javafx.scene.control.*?>
24-
<?import javafx.scene.image.*?>
25-
<?import javafx.scene.layout.*?>
26-
<?import javafx.scene.text.*?>
2719
<?import javafx.geometry.Insets?>
2820
<?import javafx.scene.Group?>
2921
<?import javafx.scene.canvas.Canvas?>
@@ -50,7 +42,7 @@
5042
<Font name="Open Sans Regular" size="29.0" />
5143
</font>
5244
</Label>
53-
<Label fx:id="bigTimeLabel" alignment="CENTER" contentDisplay="CENTER" prefHeight="113.0" prefWidth="300.0" text="01:02:23" textAlignment="CENTER">
45+
<Label fx:id="bigTimeLabel" alignment="CENTER" contentDisplay="CENTER" prefHeight="113.0" prefWidth="290.0" text="01:02:23" textAlignment="CENTER">
5446
<font>
5547
<Font name="Open Sans Regular" size="73.0" />
5648
</font>
@@ -115,7 +107,7 @@
115107
<left>
116108
<VBox fx:id="projectsVBox" BorderPane.alignment="CENTER">
117109
<children>
118-
<ScrollPane fitToWidth="true" hbarPolicy="NEVER" prefHeight="142.0" prefWidth="132.0" stylesheets="@../css/application.css">
110+
<ScrollPane fitToWidth="true" hbarPolicy="NEVER" prefHeight="142.0" prefWidth="140.0" stylesheets="@../css/application.css">
119111
<content>
120112
<VBox fx:id="availableProjectVbox" alignment="TOP_CENTER" prefWidth="130.0" />
121113
</content>

0 commit comments

Comments
 (0)