Skip to content

Commit

Permalink
Batch resize - Width and height #165
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 committed Nov 30, 2024
1 parent 44783b5 commit ce41ed0
Show file tree
Hide file tree
Showing 18 changed files with 952 additions and 654 deletions.
7 changes: 7 additions & 0 deletions src/PicView.Avalonia/ViewModels/ViewModelBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,17 @@ public void UpdateLanguage()
Lossy = TranslationHelper.Translation.Lossy;
Start = TranslationHelper.Translation.Start;
Thumbnail = TranslationHelper.Translation.Thumbnail;
WidthAndHeight = TranslationHelper.Translation.WidthAndHeight;
}

#region Strings

public string? WidthAndHeight
{
get;
set => this.RaiseAndSetIfChanged(ref field, value);
}

public string? Thumbnail
{
get;
Expand Down
Loading

0 comments on commit ce41ed0

Please sign in to comment.