Skip to content

Commit 19a4085

Browse files
committed
🔖 [RELEASE] Bump and release version 25.1.0
Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
1 parent 6154915 commit 19a4085

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

gradle.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ POM_PACKAGING=jar
1919
#--------------------------------------#
2020
# Versions #
2121
#--------------------------------------#
22-
VERSION_NAME=24.6.2
23-
vfx=24.6.2
24-
jdk=24
22+
VERSION_NAME=25.1.0
23+
vfx=25.1.0
2524
jdk=25
2625

2726
# Plugins

src/main/resources/io/github/palexdev/virtualizedfx/VFXScrollBar.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@
7676
}
7777

7878
.vfx-scroll-bar > .icon {
79-
-fx-background-color: -thumb;
80-
-fx-opacity: 0.7;
81-
-fx-pref-width: 12px;
82-
-fx-pref-height: 12px;
79+
-fx-background-color: -thumb;
80+
-fx-opacity: 0.7;
81+
-fx-pref-width: 12px;
82+
-fx-pref-height: 12px;
8383
-fx-scale-x: 1.4;
8484
-fx-scale-y: 1.4;
8585
-fx-shape: "M320 576C461.4 576 576 461.4 576 320C576 178.6 461.4 64 320 64C178.6 64 64 178.6 64 320C64 461.4 178.6 576 320 576zM441 335C450.4 344.4 450.4 359.6 441 368.9C431.6 378.2 416.4 378.3 407.1 368.9L320.1 281.9L233.1 368.9C223.7 378.3 208.5 378.3 199.2 368.9C189.9 359.5 189.8 344.3 199.2 335L303 231C312.4 221.6 327.6 221.6 336.9 231L441 335z";
86-
transition-property: -fx-opacity;
87-
transition-duration: 200ms;
88-
transition-timing-function: cubic-bezier(0.34, 0.80, 0.34, 1.00);
86+
transition-property: -fx-opacity;
87+
transition-duration: 200ms;
88+
transition-timing-function: cubic-bezier(0.34, 0.80, 0.34, 1.00);
8989
}
9090

9191
.vfx-scroll-bar > .icon:hover,

0 commit comments

Comments
 (0)