Fixed window frame on windows

This commit is contained in:
Jordan Sherer 2018-10-07 11:30:02 -04:00
parent 676aa3c78e
commit 5275c0916f

View File

@ -309,7 +309,7 @@ QPushButton[oob="true"] {
<string notr="true">QFrame, QLabel { background-color : black; }</string> <string notr="true">QFrame, QLabel { background-color : black; }</string>
</property> </property>
<property name="frameShape"> <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::NoFrame</enum>
</property> </property>
<property name="frameShadow"> <property name="frameShadow">
<enum>QFrame::Plain</enum> <enum>QFrame::Plain</enum>
@ -4588,7 +4588,7 @@ list. The list can be maintained in Settings (F2).</string>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>872</width> <width>872</width>
<height>22</height> <height>21</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menuFile"> <widget class="QMenu" name="menuFile">