mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2025-09-09 03:00:39 -05:00
Incremental commit
This commit is contained in:
parent
9f376941de
commit
573ce727c0
9 changed files with 166 additions and 32 deletions
|
|
@ -49,6 +49,9 @@ namespace butterflow_ui
|
|||
{
|
||||
txtFileName.Text = ofd.FileName;
|
||||
mediaPreview.Source = new Uri(ofd.FileName);
|
||||
this.OptionsConfiguration.Width = mediaPreview.NaturalVideoWidth.ToString();
|
||||
this.OptionsConfiguration.Height = mediaPreview.NaturalVideoHeight.ToString();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue