diff options
author | sr55 <[email protected]> | 2015-01-02 19:52:18 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-01-02 19:52:18 +0000 |
commit | c919eaba0bdf52a41443e2845e445de9582c5de3 (patch) | |
tree | 59a839bda404094e6ed019ef01ea23cd12ac7493 /win/CS/HandBrakeWPF/ViewModels/LogViewModel.cs | |
parent | dde5fd02d10e1a76dc8a600f6e2ad69c6a6f1e65 (diff) |
WinGui: Make the Tabs in the logging window a bit larger and improve the initial message in the log window when there is no log. This should make it clearer to users what they must do to get a log.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6680 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/LogViewModel.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/ViewModels/LogViewModel.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/LogViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/LogViewModel.cs index 84a3fbf0a..21921b5d6 100644 --- a/win/CS/HandBrakeWPF/ViewModels/LogViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/LogViewModel.cs @@ -15,13 +15,10 @@ namespace HandBrakeWPF.ViewModels using HandBrake.ApplicationServices.Services.Encode.EventArgs;
using HandBrake.ApplicationServices.Services.Encode.Interfaces;
- using HandBrake.ApplicationServices.Services.Interfaces;
using HandBrake.ApplicationServices.Services.Scan.EventArgs;
using HandBrake.ApplicationServices.Services.Scan.Interfaces;
- using Interfaces;
-
- using HandBrake.ApplicationServices.EventArgs;
+ using HandBrakeWPF.ViewModels.Interfaces;
/// <summary>
/// The Log View Model
|