File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 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 ;
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;
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments