diff options
Diffstat (limited to 'ui/resources')
13 files changed, 6 insertions, 0 deletions
diff --git a/ui/resources/default_100_percent/common/notification_close.png b/ui/resources/default_100_percent/common/notification_close.png Binary files differnew file mode 100644 index 0000000..a7548549 --- /dev/null +++ b/ui/resources/default_100_percent/common/notification_close.png diff --git a/ui/resources/default_100_percent/common/notification_close_hover.png b/ui/resources/default_100_percent/common/notification_close_hover.png Binary files differnew file mode 100644 index 0000000..f1a8932 --- /dev/null +++ b/ui/resources/default_100_percent/common/notification_close_hover.png diff --git a/ui/resources/default_100_percent/common/notification_close_pressed.png b/ui/resources/default_100_percent/common/notification_close_pressed.png Binary files differnew file mode 100644 index 0000000..6af6d1f --- /dev/null +++ b/ui/resources/default_100_percent/common/notification_close_pressed.png diff --git a/ui/resources/default_100_percent/common/notifications_expand.png b/ui/resources/default_100_percent/common/notifications_expand.png Binary files differnew file mode 100644 index 0000000..c3dcec6 --- /dev/null +++ b/ui/resources/default_100_percent/common/notifications_expand.png diff --git a/ui/resources/default_100_percent/common/notifications_expand_hover.png b/ui/resources/default_100_percent/common/notifications_expand_hover.png Binary files differnew file mode 100644 index 0000000..b8a2ccc --- /dev/null +++ b/ui/resources/default_100_percent/common/notifications_expand_hover.png diff --git a/ui/resources/default_100_percent/common/notifications_expand_pressed.png b/ui/resources/default_100_percent/common/notifications_expand_pressed.png Binary files differnew file mode 100644 index 0000000..d96a6e0 --- /dev/null +++ b/ui/resources/default_100_percent/common/notifications_expand_pressed.png diff --git a/ui/resources/default_200_percent/common/notification_close.png b/ui/resources/default_200_percent/common/notification_close.png Binary files differnew file mode 100644 index 0000000..cd6619f --- /dev/null +++ b/ui/resources/default_200_percent/common/notification_close.png diff --git a/ui/resources/default_200_percent/common/notification_close_hover.png b/ui/resources/default_200_percent/common/notification_close_hover.png Binary files differnew file mode 100644 index 0000000..d932ec2 --- /dev/null +++ b/ui/resources/default_200_percent/common/notification_close_hover.png diff --git a/ui/resources/default_200_percent/common/notification_close_pressed.png b/ui/resources/default_200_percent/common/notification_close_pressed.png Binary files differnew file mode 100644 index 0000000..e7413e9 --- /dev/null +++ b/ui/resources/default_200_percent/common/notification_close_pressed.png diff --git a/ui/resources/default_200_percent/common/notifications_expand.png b/ui/resources/default_200_percent/common/notifications_expand.png Binary files differnew file mode 100644 index 0000000..b7e2850 --- /dev/null +++ b/ui/resources/default_200_percent/common/notifications_expand.png diff --git a/ui/resources/default_200_percent/common/notifications_expand_hover.png b/ui/resources/default_200_percent/common/notifications_expand_hover.png Binary files differnew file mode 100644 index 0000000..49c6759 --- /dev/null +++ b/ui/resources/default_200_percent/common/notifications_expand_hover.png diff --git a/ui/resources/default_200_percent/common/notifications_expand_pressed.png b/ui/resources/default_200_percent/common/notifications_expand_pressed.png Binary files differnew file mode 100644 index 0000000..5367a6a --- /dev/null +++ b/ui/resources/default_200_percent/common/notifications_expand_pressed.png diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd index c2f2893..527dce5 100644 --- a/ui/resources/ui_resources.grd +++ b/ui/resources/ui_resources.grd @@ -267,6 +267,12 @@ <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE_SMALL_RIGHT" file="common/window_bubble_shadow_spike_small_right.png" /> <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE_SMALL_TOP" file="common/window_bubble_shadow_spike_small_top.png" /> <structure type="chrome_scaled_image" name="IDR_MESSAGE_CLOSE" file="common/message_close.png" /> + <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_CLOSE" file="common/notification_close.png"/> + <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_CLOSE_HOVER" file="common/notification_close_hover.png"/> + <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_CLOSE_PRESSED" file="common/notification_close_pressed.png"/> + <structure type="chrome_scaled_image" name="IDR_NOTIFICATIONS_EXPAND" file="common/notifications_expand.png"/> + <structure type="chrome_scaled_image" name="IDR_NOTIFICATIONS_EXPAND_HOVER" file="common/notifications_expand_hover.png"/> + <structure type="chrome_scaled_image" name="IDR_NOTIFICATIONS_EXPAND_PRESSED" file="common/notifications_expand_pressed.png"/> </structures> </release> </grit> |