Skip to content

Commit b7d075f

Browse files
ddamkeddamke
authored andcommitted
change fxml view
1 parent fb58302 commit b7d075f

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

src/main/resources/css/settingsv2.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
.tab-pane .tab
2626
{
27-
-fx-translate-y: -50;
27+
-fx-translate-y: -10;
2828
-fx-background-color: lightgrey;
2929
-fx-pref-height: 170;
3030
-fx-pref-width: 40;
@@ -41,9 +41,7 @@
4141

4242
.tab-pane .tab:hover
4343
{
44-
-fx-border-style: hidden hidden solid hidden;
45-
-fx-border-color: black;
46-
-fx-border-width: 2;
44+
-fx-background-color: #eaeaea;
4745
}
4846
.button{
4947
-fx-background-color: white;

src/main/resources/layouts/settings.fxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838

3939
<AnchorPane fx:id="settingsRoot" focusTraversable="true" prefHeight="285.0" prefWidth="514.0" style="-fx-background-color: white;" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="de.doubleslash.keeptime.view.SettingsController">
4040
<children>
41-
<TabPane layoutY="6.0" prefHeight="355.0" prefWidth="558.0" rotateGraphic="true" side="LEFT" stylesheets="@../css/settingsv2.css" tabClosingPolicy="UNAVAILABLE">
41+
<TabPane layoutX="-50.0" layoutY="3.0" prefHeight="383.0" prefWidth="608.0" rotateGraphic="true" side="LEFT" stylesheets="@../css/settingsv2.css" tabClosingPolicy="UNAVAILABLE">
4242
<tabs>
4343
<Tab text="Color">
4444
<content>
45-
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="459.0" prefWidth="350.0">
45+
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="459.0" prefWidth="415.0">
4646
<children>
4747
<VBox layoutY="20.0" prefHeight="393.0" prefWidth="510.0" spacing="5.0" styleClass="menuBorder">
4848
<children>
@@ -374,7 +374,7 @@
374374
<children>
375375
<VBox alignment="BOTTOM_RIGHT" layoutX="30.0" layoutY="81.0" prefHeight="139.0" prefWidth="370.0" styleClass="settingsBorder" stylesheets="@../css/settingsv2.css">
376376
<children>
377-
<HBox prefHeight="18.0" prefWidth="431.0">
377+
<HBox prefHeight="18.0" prefWidth="368.0">
378378
<children>
379379
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Import" wrappingWidth="47.017578125">
380380
<font>

0 commit comments

Comments
 (0)