Use SVG-based toolbar bitmaps in webview sample
In webview sample toolbar use wxBitmapBundles created from SVG files instead of XPM bitmaps, as this results in much better appearance in high DPI. Closes #2642.
This commit is contained in:
@@ -17,4 +17,14 @@
|
||||
</if>
|
||||
</exe>
|
||||
|
||||
<wx-data id="data">
|
||||
<files>
|
||||
webview_back.svg
|
||||
webview_forward.svg
|
||||
webview_refresh.svg
|
||||
webview_stop.svg
|
||||
wxlogo.svg
|
||||
</files>
|
||||
</wx-data>
|
||||
|
||||
</makefile>
|
||||
|
||||
Reference in New Issue
Block a user