Skip to content

Commit

Permalink
fix: 🎨change size of TOP tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Jan 3, 2025
1 parent f9c351f commit 86c789c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions config/theoneprobe.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,23 @@ client {
# 0 means don't show break progress, 1 is show as bar, 2 is show as text [range: 0 ~ 2, default: 1]
I:showBreakProgress=1

# If true show liquid information when the probe hits liquid first [default: false]
# If true show liquid information when the probe hits liquid first [default: true]
B:showLiquids=true
S:tooltipScale=1.3

# The scale of the tooltips, 1 is default, 2 is smaller [range: 0.4 ~ 5.0, default: 1.3]
S:tooltipScale=1.0

client_offsets {
# The bottom offset for the probe [range: -1 ~ 10000, default: -1]
I:boxBottomYOffset=-1

# The left offset for the probe [range: -1 ~ 10000, default: 0]
# The left offset for the probe [range: -1 ~ 10000, default: -1]
I:boxLeftXOffset=-1

# The right offset for the probe [range: -1 ~ 10000, default: -1]
I:boxRightXOffset=-1

# The top offset for the probe [range: -1 ~ 10000, default: 0]
# The top offset for the probe [range: -1 ~ 10000, default: 2]
I:boxTopYOffset=2
}

Expand Down

0 comments on commit 86c789c

Please sign in to comment.