Skip to content

Commit

Permalink
Updated UI
Browse files Browse the repository at this point in the history
  • Loading branch information
reillychase committed Nov 7, 2016
1 parent 8865aa5 commit 17ec69f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Form implementation generated from reading ui file 'warchatter.ui'
#
# Created: Thu Oct 27 17:14:58 2016
# Created: Mon Nov 7 11:35:51 2016
# by: PyQt4 UI code generator 4.10.4
#
# WARNING! All changes made in this file will be lost!
Expand Down Expand Up @@ -140,8 +140,7 @@ def setupUi(self, MainWindow):
self.list_users.setSizePolicy(sizePolicy)
self.list_users.setMinimumSize(QtCore.QSize(175, 0))
self.list_users.setMaximumSize(QtCore.QSize(175, 16777215))
self.list_users.setStyleSheet(_fromUtf8("background-color: gray\n"
""))
self.list_users.setStyleSheet(_fromUtf8("background-color: black;"))
self.list_users.setObjectName(_fromUtf8("list_users"))
self.horizontalLayout_3.addWidget(self.list_users)
self.verticalLayout.addLayout(self.horizontalLayout_3)
Expand Down
3 changes: 1 addition & 2 deletions warchatter.ui
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,7 @@ p, li { white-space: pre-wrap; }
</size>
</property>
<property name="styleSheet">
<string notr="true">background-color: gray
</string>
<string notr="true">background-color: black;</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 17ec69f

Please sign in to comment.