Update mainwindow.ui

changed color from "drakgray" to "darkgray"
This commit is contained in:
neversatisfied 2017-03-31 16:11:21 -05:00 committed by GitHub
parent a68d22f608
commit 30eec2f529

View File

@ -25,7 +25,7 @@
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QHeaderView::section { <string notr="true">QHeaderView::section {
color: drakgray; color: darkgray;
padding: 3px; padding: 3px;
padding-left: 10px; padding-left: 10px;
background-color: rgb(232, 232, 232); background-color: rgb(232, 232, 232);