Skip to content

Commit 9239484

Browse files
committed
* Minor design changes
1 parent 1cdf818 commit 9239484

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

MemPlus/Views/Windows/MainWindow.xaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,10 @@
203203
<Label Grid.Row="2" Content="Used physical memory:" FontSize="14" Margin="10,5" />
204204
<Label Grid.Row="3" x:Name="LblAvailablePhysicalMemory" Content="" FontSize="14" Foreground="Red" Margin="10,5" />
205205

206-
<syncfusion:SplitButtonAdv Grid.Row="4" FontSize="14" SmallIcon="../../Resources/Images/ram_tab.png" Label="Clear memory" x:Name="BtnClearMemory" Click="BtnClearMemory_OnClick" IsMultiLine="False" HorizontalAlignment="Stretch" Margin="10,5">
206+
<syncfusion:SplitButtonAdv Grid.Row="4" FontSize="14"
207+
SmallIcon="../../Resources/Images/ram_tab.png" Label="Clear memory"
208+
x:Name="BtnClearMemory" Click="BtnClearMemory_OnClick" IsMultiLine="False"
209+
MinHeight="25" HorizontalAlignment="Stretch" Margin="10,5">
207210
<syncfusion:DropDownMenuGroup>
208211
<syncfusion:DropDownMenuItem Header="Clear Working sets" Click="ClearWorkingSetsDropDownMenuItem_OnClick"/>
209212
<syncfusion:DropDownMenuItem Header="Clear FileSystem cache" Click="ClearFileSystemCacheDropDownMenuItem_OnClick"/>

0 commit comments

Comments
 (0)