Skip to content
Snippets Groups Projects
Commit bcd5247f authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Jean-Baptiste Kempf
Browse files

Revert "qml: force "Segoe UI" as default font on windows"

This reverts commit 654edb76.

Qt 6 should use Segoe UI font by default on windows. See
QTBUG-58610.
parent 65e0e215
No related branches found
No related tags found
1 merge request!5327Revert "qml: force "Segoe UI" as default font on windows"
Pipeline #466730 passed with warnings with stage
in 18 minutes and 16 seconds
......@@ -870,7 +870,7 @@ libqt_plugin_la_RES = \
pixmaps/sd/unknown.svg
if HAVE_WIN32
libqt_plugin_la_RES += pixmaps/windows-theme.conf \
libqt_plugin_la_RES += \
pixmaps/win7/pause.svg \
pixmaps/win7/prev.svg \
pixmaps/win7/next.svg \
......
[Default]
Font\Family=Segoe UI
<?xml version="1.0"?>
<RCC>
<qresource prefix="/">
<file alias="qtquickcontrols2.conf">pixmaps/windows-theme.conf</file>
</qresource>
<qresource prefix="/win7">
<file alias="pause.svg">pixmaps/win7/pause.svg</file>
<file alias="prev.svg">pixmaps/win7/prev.svg</file>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment