changed to 80 max column
This commit is contained in:
@@ -16,9 +16,11 @@ StreamView::StreamView(ChannelPtr channel, const QUrl &url)
|
||||
LayoutCreator<StreamView> layoutCreator(this);
|
||||
|
||||
#ifdef USEWEBENGINE
|
||||
auto web = layoutCreator.emplace<QWebEngineView>(this).assign(&this->stream);
|
||||
auto web =
|
||||
layoutCreator.emplace<QWebEngineView>(this).assign(&this->stream);
|
||||
web->setUrl(url);
|
||||
web->settings()->setAttribute(QWebEngineSettings::FullScreenSupportEnabled, true);
|
||||
web->settings()->setAttribute(QWebEngineSettings::FullScreenSupportEnabled,
|
||||
true);
|
||||
#endif
|
||||
|
||||
auto chat = layoutCreator.emplace<ChannelView>();
|
||||
|
||||
Reference in New Issue
Block a user