diff options
author | sr55 <[email protected]> | 2007-09-05 21:36:05 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-09-05 21:36:05 +0000 |
commit | e55213ce1939f2b3cdd2ce7d9187c4eccdf6da6c (patch) | |
tree | f3d738eedb3df5c58a7fb068a025fdd3081dbfe9 /win/C#/frmOptions.cs | |
parent | 5d4117bccd9ce796e102842270726eae9fcf07e5 (diff) |
WinGui:
New layout for the tab bar. (Similar to the MacGUI)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@926 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmOptions.cs')
-rw-r--r-- | win/C#/frmOptions.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win/C#/frmOptions.cs b/win/C#/frmOptions.cs index bc511f24c..cb5c73eb6 100644 --- a/win/C#/frmOptions.cs +++ b/win/C#/frmOptions.cs @@ -89,9 +89,7 @@ namespace Handbrake private void drp_completeOption_SelectedIndexChanged(object sender, EventArgs e)
{
Properties.Settings.Default.CompletionOption = drp_completeOption.Text;
- }
-
-
+ }
}
|