Skip to content

Commit

Permalink
Reduce spaces between counters.
Browse files Browse the repository at this point in the history
  • Loading branch information
zas committed Jun 27, 2013
1 parent 559ec4e commit 4aa4cd4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions picard/ui/ui_infostatus.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Form implementation generated from reading ui file 'ui/infostatus.ui'
#
# Created: Thu Jun 27 18:02:21 2013
# Created: Thu Jun 27 19:18:14 2013
# by: PyQt4 UI code generator 4.9.3
#
# WARNING! All changes made in this file will be lost!
Expand All @@ -29,7 +29,7 @@ def setupUi(self, InfoStatus):
self.horizontalLayout.setMargin(0)
self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout"))
self.val1 = QtGui.QLabel(InfoStatus)
self.val1.setMinimumSize(QtCore.QSize(50, 0))
self.val1.setMinimumSize(QtCore.QSize(40, 0))
self.val1.setText(_fromUtf8(""))
self.val1.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
self.val1.setObjectName(_fromUtf8("val1"))
Expand All @@ -47,7 +47,7 @@ def setupUi(self, InfoStatus):
self.label1.setObjectName(_fromUtf8("label1"))
self.horizontalLayout.addWidget(self.label1)
self.val2 = QtGui.QLabel(InfoStatus)
self.val2.setMinimumSize(QtCore.QSize(50, 0))
self.val2.setMinimumSize(QtCore.QSize(40, 0))
self.val2.setText(_fromUtf8(""))
self.val2.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
self.val2.setObjectName(_fromUtf8("val2"))
Expand All @@ -62,7 +62,7 @@ def setupUi(self, InfoStatus):
self.label2.setObjectName(_fromUtf8("label2"))
self.horizontalLayout.addWidget(self.label2)
self.val3 = QtGui.QLabel(InfoStatus)
self.val3.setMinimumSize(QtCore.QSize(50, 0))
self.val3.setMinimumSize(QtCore.QSize(40, 0))
self.val3.setText(_fromUtf8(""))
self.val3.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
self.val3.setObjectName(_fromUtf8("val3"))
Expand All @@ -77,7 +77,7 @@ def setupUi(self, InfoStatus):
self.label3.setObjectName(_fromUtf8("label3"))
self.horizontalLayout.addWidget(self.label3)
self.val4 = QtGui.QLabel(InfoStatus)
self.val4.setMinimumSize(QtCore.QSize(50, 0))
self.val4.setMinimumSize(QtCore.QSize(40, 0))
self.val4.setText(_fromUtf8(""))
self.val4.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
self.val4.setObjectName(_fromUtf8("val4"))
Expand Down
8 changes: 4 additions & 4 deletions ui/infostatus.ui
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<widget class="QLabel" name="val1">
<property name="minimumSize">
<size>
<width>50</width>
<width>40</width>
<height>0</height>
</size>
</property>
Expand Down Expand Up @@ -74,7 +74,7 @@
<widget class="QLabel" name="val2">
<property name="minimumSize">
<size>
<width>50</width>
<width>40</width>
<height>0</height>
</size>
</property>
Expand Down Expand Up @@ -103,7 +103,7 @@
<widget class="QLabel" name="val3">
<property name="minimumSize">
<size>
<width>50</width>
<width>40</width>
<height>0</height>
</size>
</property>
Expand Down Expand Up @@ -132,7 +132,7 @@
<widget class="QLabel" name="val4">
<property name="minimumSize">
<size>
<width>50</width>
<width>40</width>
<height>0</height>
</size>
</property>
Expand Down

0 comments on commit 4aa4cd4

Please sign in to comment.