diff options
Diffstat (limited to 'lib/Xconfig')
-rw-r--r-- | lib/Xconfig/main.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Xconfig/main.pm b/lib/Xconfig/main.pm index 9453204..4b8c54e 100644 --- a/lib/Xconfig/main.pm +++ b/lib/Xconfig/main.pm @@ -94,7 +94,7 @@ sub configure_chooser_raw { $texts{monitors} = $X->{monitors} && $X->{monitors}[0]{ModelName} || N("Custom"); $texts{resolutions} = Xconfig::resolution_and_depth::to_string($X->{resolutions}[0]); - $texts{$_} =~ s/(.{20}).*/$1.../ foreach keys %texts; #- ensure not too long + $texts{$_} =~ s/(.{35}).*/$1.../ foreach keys %texts; #- ensure not too long }; $update_texts->(); |