Alignment.
This commit is contained in:
parent
cfef01de39
commit
0dbd8906ac
@ -34,9 +34,9 @@ WebViewStep::WebViewStep( QObject* parent )
|
|||||||
: Calamares::ViewStep( parent )
|
: Calamares::ViewStep( parent )
|
||||||
{
|
{
|
||||||
emit nextStatusChanged( true );
|
emit nextStatusChanged( true );
|
||||||
#ifdef WEBVIEW_WITH_WEBENGINE
|
#ifdef WEBVIEW_WITH_WEBENGINE
|
||||||
QtWebEngine::initialize();
|
QtWebEngine::initialize();
|
||||||
#endif
|
#endif
|
||||||
m_view = new C_QWEBVIEW();
|
m_view = new C_QWEBVIEW();
|
||||||
#ifdef WEBVIEW_WITH_WEBKIT
|
#ifdef WEBVIEW_WITH_WEBKIT
|
||||||
m_view->settings()->setFontFamily( QWebSettings::StandardFont,
|
m_view->settings()->setFontFamily( QWebSettings::StandardFont,
|
||||||
|
Loading…
Reference in New Issue
Block a user