[longomatch] Set default size to 480p



commit bed68870a47a6a8059fc42489adb8acae19537c4
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Sep 30 17:55:08 2012 +0200

    Set default size to 480p

 .../Gui/Dialog/VideoEditionProperties.cs           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Dialog/VideoEditionProperties.cs b/LongoMatch.GUI/Gui/Dialog/VideoEditionProperties.cs
index 65a9231..5d63b78 100644
--- a/LongoMatch.GUI/Gui/Dialog/VideoEditionProperties.cs
+++ b/LongoMatch.GUI/Gui/Dialog/VideoEditionProperties.cs
@@ -89,7 +89,7 @@ namespace LongoMatch.Gui.Dialog
 			stdStore.AppendValues(VideoStandards.P1080_4_3.Name, VideoStandards.P1080_4_3);
 			stdStore.AppendValues(VideoStandards.P1080_16_9.Name, VideoStandards.P1080_16_9);
 			sizecombobox.Model = stdStore;
-			sizecombobox.Active = 0;
+			sizecombobox.Active = 2;
 		}
 
 		private void FillEncodingProfiles() {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]