1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

AboutDialog: Remove frame from QTextBrowser

This commit is contained in:
David Rosca 2018-01-09 16:58:22 +01:00
parent 29f0644f59
commit da9e873d2c

View File

@ -26,6 +26,12 @@
</item>
<item>
<widget class="QTextBrowser" name="textBrowser">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>