move stuff further in to avoid scroll bars

This commit is contained in:
Florian Stinglmayr 2022-12-03 14:49:02 +01:00
parent 661a4672d9
commit 1e73c6b7eb

View File

@ -8,7 +8,7 @@ public class MinusFortyFiveConverter : IValueConverter {
/// <inheritdoc/> /// <inheritdoc/>
public object Convert( public object Convert(
object value, Type targetType, object parameter, CultureInfo culture) { object value, Type targetType, object parameter, CultureInfo culture) {
return (double)value - 55; return (double)value - 65;
} }
/// <inheritdoc/> /// <inheritdoc/>