diff options
Diffstat (limited to 'ui/resources')
-rw-r--r-- | ui/resources/panel_bottom_left_corner.png | bin | 0 -> 186 bytes | |||
-rw-r--r-- | ui/resources/panel_bottom_right_corner.png | bin | 0 -> 180 bytes | |||
-rw-r--r-- | ui/resources/ui_resources.grd | 2 |
3 files changed, 2 insertions, 0 deletions
diff --git a/ui/resources/panel_bottom_left_corner.png b/ui/resources/panel_bottom_left_corner.png Binary files differnew file mode 100644 index 0000000..6ae8a15 --- /dev/null +++ b/ui/resources/panel_bottom_left_corner.png diff --git a/ui/resources/panel_bottom_right_corner.png b/ui/resources/panel_bottom_right_corner.png Binary files differnew file mode 100644 index 0000000..6451433 --- /dev/null +++ b/ui/resources/panel_bottom_right_corner.png diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd index 2eb6b05..c9670c2 100644 --- a/ui/resources/ui_resources.grd +++ b/ui/resources/ui_resources.grd @@ -114,6 +114,8 @@ <include name="IDR_WINDOW_TOP_CENTER" file="window_top_center.png" type="BINDATA" /> <include name="IDR_WINDOW_TOP_LEFT_CORNER" file="window_top_left_corner.png" type="BINDATA" /> <include name="IDR_WINDOW_TOP_RIGHT_CORNER" file="window_top_right_corner.png" type="BINDATA" /> + <include name="IDR_PANEL_BOTTOM_LEFT_CORNER" file="panel_bottom_left_corner.png" type="BINDATA" /> + <include name="IDR_PANEL_BOTTOM_RIGHT_CORNER" file="panel_bottom_right_corner.png" type="BINDATA" /> <!-- Images only used by the Views toolkit. --> <if expr="pp_ifdef('toolkit_views')"> |