Skip to content

Commit f6c64d4

Browse files
ddamkeddamke
authored andcommitted
delete unused button
1 parent 9d567f6 commit f6c64d4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/main/java/de/doubleslash/keeptime/view/SettingsController.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,6 @@ public class SettingsController {
130130
@FXML
131131
private Button importButton;
132132

133-
@FXML
134-
private Button aboutButton;
135-
136133
@FXML
137134
private Label hotkeyLabel;
138135
@FXML

src/main/resources/css/settingsv2.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@
2222
}
2323
.tab{
2424
-fx-background-insets: 0 1 0 1,0,0;
25+
-fx-tab-min-width: 40;
26+
2527
}
2628
.tab-pane .tab
2729
{
2830
-fx-background-color: white;
31+
-fx-pref-height: 100;
32+
-fx-pref-width: 60;
2933

3034
}
3135
.tab-pane:focused > .tab-header-area > .headers-region > .tab:selected .focus-indicator {

0 commit comments

Comments
 (0)