diff options
author | sr55 <[email protected]> | 2013-03-09 22:02:44 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-03-09 22:02:44 +0000 |
commit | e11f98c9c3c9cff1d7f2fdeaa138e6b0897836c9 (patch) | |
tree | 4d0d3ecbfd49c230fd4cf61750d7d6260da37780 /win/CS/HandBrakeWPF/Views/ChaptersView.xaml | |
parent | e8a77c1284ee6c7b51b758cf2ff2d95aa9b2a3a9 (diff) |
WinGui: UI Cosmetic fixes.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5313 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/ChaptersView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/ChaptersView.xaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Views/ChaptersView.xaml b/win/CS/HandBrakeWPF/Views/ChaptersView.xaml index a5fa6a6da..0895579f5 100644 --- a/win/CS/HandBrakeWPF/Views/ChaptersView.xaml +++ b/win/CS/HandBrakeWPF/Views/ChaptersView.xaml @@ -29,6 +29,11 @@ VerticalAlignment="Stretch" HorizontalAlignment="Stretch" AutoGenerateColumns="False"
CanUserSortColumns="False" CanUserReorderColumns="False" CanUserResizeColumns="False" CanUserResizeRows="False"
CanUserAddRows="False" CanUserDeleteRows="False">
+ <DataGrid.CellStyle>
+ <Style TargetType="DataGridCell">
+ <Setter Property="MinHeight" Value="22" />
+ </Style>
+ </DataGrid.CellStyle>
<DataGrid.ContextMenu>
<ContextMenu>
<MenuItem Header="Import Names" cal:Message.Attach="[Event Click] = [Action Import]" />
|