Skip to content

Commit

Permalink
- added MinWidth for the columns
Browse files Browse the repository at this point in the history
- added OpenWith and ShellNew menus
- added context menu when click on the empty space in Listview
- fixed thumbnail cache
- fixed thumbnail refreshes
- fixed Item deletion
- other bug fixes
  • Loading branch information
DimitarCC committed Aug 1, 2014
1 parent a5f80ea commit 53e2a2d
Show file tree
Hide file tree
Showing 20 changed files with 2,597 additions and 2,447 deletions.
7 changes: 2 additions & 5 deletions BExplorer/BetterExplorer/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@
Icon="Images\open16.png"
IsEnabled="False"
Ribbon:KeyTip.Keys="O"
Ribbon:RibbonAttachedProperties.RibbonSizeDefinition="Middle,Middle,Small"/>
Ribbon:RibbonAttachedProperties.RibbonSizeDefinition="Middle,Middle,Small" DropDownOpened="btnOpenWith_DropDownOpened"/>
<Ribbon:Button x:Name="btnEdit"
Click="btnEdit_Click"
Header="{DynamicResource btnEditCP}"
Expand Down Expand Up @@ -3010,9 +3010,6 @@
</Button>
</odc:BreadcrumbBar.Buttons>
<odc:BreadcrumbBar.DropDownItems>
<TextBlock Text="C:\Windows"/>
<TextBlock Text="C:\Windows\System32"/>
<TextBlock Text="C:\Users"/>
</odc:BreadcrumbBar.DropDownItems>
</odc:BreadcrumbBar>

Expand Down Expand Up @@ -3241,7 +3238,7 @@
</Ribbon:StatusBarItem>

</Ribbon:StatusBar>
<Button x:Name="btnTest" Grid.ColumnSpan="2" Content="Button" Margin="673,23,0,0" VerticalAlignment="Top" Width="75" Click="btnTest_Click"/>
<Button x:Name="btnTest" Grid.ColumnSpan="2" Content="Button" Margin="673,23,0,0" VerticalAlignment="Top" Width="75" Click="btnTest_Click" Visibility="Collapsed"/>

</Grid>
</Ribbon:RibbonWindow>
Loading

0 comments on commit 53e2a2d

Please sign in to comment.