Skip to content
Snippets Groups Projects
Commit adf68f02 authored by Daniel Molkentin's avatar Daniel Molkentin
Browse files

welcome screen: fix borders for OS != Windows

parent 1e4620a6
No related branches found
No related tags found
No related merge requests found
......@@ -162,10 +162,10 @@ background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0
}</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
<enum>QFrame::Plain</enum>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<property name="leftMargin">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment