Skip to content

Commit 8741d57

Browse files
committed
fix settingsFontSize and add demo.gif
1 parent 46ec363 commit 8741d57

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

demo.gif

4.61 MB
Loading

src/main/resources/application.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ settingsStageSize = 280,340
1212
optionsWindowSize = 450,200
1313
userMovieTextPosition = 818.0:620.0
1414
defaultSubtitle = ###
15-
settingsFontSize = 30
15+
settingsFontSize = 20
1616
startStopHotKeyToggled = true
1717
nextClickHotKeyToggled = false
1818
fastForwardDelta = 500

src/test/resources/test-application.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defaultSubtitle = ###
1212
#big so io.github.vincemann.gui tests dont click next to text cause its too small
1313
settingsFontSize = 40
1414
fastForwardDelta = 500
15-
userFontColor = 0x333333ff
15+
userFontColor = 0xccccccff
1616
userDefaultFontPath = /home/root_user/projekte/std/SubtitleDisplayerSimple/fonts/Amaranth.ttf
1717
nextClickHotKeyToggled = false
1818
userMovieTextPosition = 0.0:0.0

0 commit comments

Comments
 (0)