Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 6b01d6f

Browse files
committed
Fix #354: "+" icon in SharpTreeView is missing right border in 120DPI mode
1 parent e5dfdae commit 6b01d6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/Libraries/SharpTreeView/ICSharpCode.TreeView/Themes

src/Libraries/SharpTreeView/ICSharpCode.TreeView/Themes/Generic.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
Style="{StaticResource ExpandCollapseToggleStyle}"
238238
IsChecked="{Binding IsExpanded}"
239239
Visibility="Hidden"
240-
Margin="0 0 6 0"
240+
Margin="0 0 7 0"
241241
VerticalAlignment="Center" />
242242
<Border Name="checkBoxContainer"
243243
Width="16"

0 commit comments

Comments
 (0)