diff options
Diffstat (limited to 'lib/App/VRR/Fakedisplay.pm.PL')
-rw-r--r-- | lib/App/VRR/Fakedisplay.pm.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/VRR/Fakedisplay.pm.PL b/lib/App/VRR/Fakedisplay.pm.PL index 13a97cf..d051f2c 100644 --- a/lib/App/VRR/Fakedisplay.pm.PL +++ b/lib/App/VRR/Fakedisplay.pm.PL @@ -90,7 +90,7 @@ sub new { my $self = { width => $opt{width} || 140, height => $opt{height} || 40, - scale => 10, + scale => $opt{scale} || 10, offset_x => 0, offset_y => 0, }; |