Skip to content

Commit

Permalink
[DYN-7331] Update all bubble states with high-resolution icons (#15454)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaylo-matov authored Aug 30, 2024
1 parent c09c39d commit 6b3c939
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions src/DynamoCoreWpf/DynamoCoreWpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,17 @@
<None Remove="UI\Images\checkmark_16px.png" />
<None Remove="UI\Images\close_16px.png" />
<None Remove="UI\Images\caret_drop_down.png" />
<None Remove="UI\Images\error_48px.png" />
<None Remove="UI\Images\file-generic-16px.png" />
<None Remove="UI\Images\finished_checkmark_30px.png" />
<None Remove="UI\Images\folder-generic-16px.png" />
<None Remove="UI\Images\help-16px.png" />
<None Remove="UI\Images\info_48px.png" />
<None Remove="UI\Images\NodeStates\package-64px.png" />
<None Remove="UI\Images\PackageManager\empty-state-first-use-light-gray.png" />
<None Remove="UI\Images\search_icon_20px.png" />
<None Remove="UI\Images\TitleBarButtons\close-darktheme-disabled-16px.png" />
<None Remove="UI\Images\warning_48px.png" />
<None Remove="UI\Prompts\PortPropertiesEditPrompt.xaml" />
<None Remove="Views\Core\CustomColorPicker.xaml" />
<None Remove="Views\Core\GeometryScalingPopup.xaml" />
Expand Down Expand Up @@ -1016,10 +1019,12 @@
<ItemGroup>
<Resource Include="UI\Images\closetab_normal.png" />
<Resource Include="UI\Images\dynamonotext.png" />
<Resource Include="UI\Images\error_48px.png" />
<Resource Include="UI\Images\file-generic-16px.png" />
<Resource Include="UI\Images\finished_checkmark_30px.png" />
<Resource Include="UI\Images\folder-generic-16px.png" />
<Resource Include="UI\Images\help-16px.png" />
<Resource Include="UI\Images\info_48px.png" />
<Resource Include="UI\Images\maximize_16px_blue.png" />
<Resource Include="UI\Images\minimize_16px_blue.png" />
<Resource Include="UI\Images\minus_16px_blue.png" />
Expand Down Expand Up @@ -1051,6 +1056,7 @@
<Resource Include="UI\Images\TitleBarButtons\restore-lighttheme-hover-16px.png" />
<Resource Include="UI\Images\warning_16px.png" />
<Resource Include="UI\Images\font-size.png" />
<Resource Include="UI\Images\warning_48px.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="UI\Images\whiteclosetab.png" />
Expand Down
Binary file added src/DynamoCoreWpf/UI/Images/error_48px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/DynamoCoreWpf/UI/Images/info_48px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/DynamoCoreWpf/UI/Images/warning_48px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/DynamoCoreWpf/Views/Preview/InfoBubbleView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
Height="25"
HorizontalAlignment="Left"
VerticalAlignment="Top">
<Image Source="/DynamoCoreWpf;component/UI/Images/Error.png" />
<Image Source="/DynamoCoreWpf;component/UI/Images/Error_48px.png" />
</Grid>
<!-- Error Header Message -->
<TextBlock Grid.Row="0"
Expand Down Expand Up @@ -343,7 +343,7 @@
Height="26"
HorizontalAlignment="Left"
VerticalAlignment="Center">
<Image Source="/DynamoCoreWpf;component/UI/Images/Warning.png" />
<Image Source="/DynamoCoreWpf;component/UI/Images/Warning_48px.png" />
</Grid>
<!-- Warning Header Message -->
<TextBlock Grid.Row="0"
Expand Down Expand Up @@ -619,7 +619,7 @@
VerticalAlignment="Top">
<Image Width="25"
Height="25"
Source="/DynamoCoreWpf;component/UI/Images/Info.png"
Source="/DynamoCoreWpf;component/UI/Images/Info_48px.png"
Stretch="UniformToFill" />
</Grid>
<!-- Info Header Message -->
Expand Down

0 comments on commit 6b3c939

Please sign in to comment.