From ab92e6573980b48ebd5de6fccba55381ab095aa7 Mon Sep 17 00:00:00 2001 From: sowgro Date: Tue, 30 May 2023 23:53:14 -0400 Subject: fix cut off text in table --- src/gui/style.css | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'src') diff --git a/src/gui/style.css b/src/gui/style.css index 304ee9a..3b05196 100644 --- a/src/gui/style.css +++ b/src/gui/style.css @@ -39,12 +39,6 @@ -fx-text-fill: rgb(0, 0, 0); } - - - - - - /* table */ TableView { @@ -59,14 +53,10 @@ TableView { .table-view .table-cell{ -fx-border-color: transparent; - /* -fx-padding: 2 0 2 10px; */ } .table-view .column-header-background{ -fx-background-color: transparent; - /* -fx-background-radius: 7px 7px 0px 0px; - -fx-background-insets: 0 11px 0 0; - -fx-padding: 0 0 5px 0; */ } .table-cell { @@ -76,12 +66,10 @@ TableView { .table-view .column-header { -fx-text-background-color: rgb(168, 168, 168); -fx-background-color: transparent; - /* -fx-background-radius: 5; - -fx-background-color: rgba(0, 0, 0, 0.5); */ } .table-row-cell { - /* -fx-padding: .5em; */ + -fx-cell-size: 40; -fx-background-color: transparent; -fx-background-radius: 3; -fx-text-background-color: rgb(255, 255, 255); @@ -126,12 +114,6 @@ TableView:focused .list-cell:focused { -fx-text-background-color: white; } - - - - - - /* slider */ Slider { -- cgit v1.2.3