Skip to content
Snippets Groups Projects
Commit 0e135c7c authored by Anthony Lim's avatar Anthony Lim
Browse files

refs #20835 fixed the windows 10 check

parent 526b9659
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,8 @@ def setTableHeaders(table):
if os.name != "nt":
return
version=QtCore.QSysInfo.WindowsVersion
windows10=QtCore.QSysInfo.WindowsVersion
if(version==windows10):
WINDOWS_10=160
if(version==WINDOWS_10):
styleSheet= \
"QHeaderView::section{"\
+"border-top:0px solid #D8D8D8;"\
......
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