Skip to content

Commit

Permalink
Fix layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
clown committed Feb 23, 2018
1 parent c10d56b commit 0cd32ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Applications/Rss/Reader/Themes/Generic.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<SolidColorBrush x:Key="LightBackgroundBrush" Color="#FFFFFFFF"/>
<SolidColorBrush x:Key="HoverBackgroundBrush" Color="#FFF2F6FA"/>
<SolidColorBrush x:Key="AccentBackgroundBrush" Color="#FF662D91"/>
<SolidColorBrush x:Key="AccentLightBackgroundBrush" Color="#FF9B6BBF"/>
<SolidColorBrush x:Key="AccentLightBackgroundBrush" Color="#FF7A5299"/>
<SolidColorBrush x:Key="AlphaBackgroundBrush" Color="#F0F6F6F6"/>
<SolidColorBrush x:Key="MenuBackgroundBrush" Color="#FFF6F6F6"/>

Expand Down
6 changes: 3 additions & 3 deletions Applications/Rss/Reader/Views/Components/ListView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
Margin="12,8,12,0"/>
<StackPanel
Orientation="Horizontal"
Margin="12,8,12,0">
Margin="12,2,12,0">
<TextBlock
Text="{Binding Status, Converter={my:ItemStatusToString}}"
Foreground="{StaticResource StatusTextBrush}"
Expand All @@ -68,9 +68,9 @@
Foreground="{StaticResource FeedTextBrush}"
FontFamily="Meiryo"
FontSize="10"
LineHeight="10"
LineHeight="2"
MaxHeight="48"
Margin="12,8,12,8"
Margin="12,2,12,8"
TextTrimming="WordEllipsis"
TextWrapping="{Binding DataContext.Data.User.Value.LightMode,
ElementName=Root, Converter={my:TextWrappingConverter}}"/>
Expand Down
2 changes: 1 addition & 1 deletion Applications/Rss/Reader/Views/Components/TreeView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

<ControlTemplate x:Key="RssCategoryTemplate">
<Grid
Cursor="Hand" Margin="8,2,8,2"
Cursor="Hand" Margin="8,0,8,0"
ToolTip="{StaticResource RssEntryToolTip}">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto"/>
Expand Down

0 comments on commit 0cd32ad

Please sign in to comment.