UI: Hide border for General Settings container

This makes the screen consistent with Advanced and Audio
This commit is contained in:
Matt Gajownik
2019-02-03 14:47:25 +11:00
parent 31d3669154
commit 21aa9d1020

View File

@@ -137,6 +137,12 @@
</property>
<item>
<widget class="QScrollArea" name="scrollArea_2">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>