Commit 50d4b7fb authored by Adrian Georgescu's avatar Adrian Georgescu

Enlarge contacts and audio sessions widgets

parent 5ba41f87
...@@ -1216,7 +1216,7 @@ class ContactIconDescriptor(object): ...@@ -1216,7 +1216,7 @@ class ContactIconDescriptor(object):
@implementer(IObserver) @implementer(IObserver)
class Contact(object): class Contact(object):
size_hint = QSize(200, 36) size_hint = QSize(220, 42)
native = property(lambda self: self.type == 'addressbook') native = property(lambda self: self.type == 'addressbook')
......
...@@ -2218,7 +2218,7 @@ class AudioSessionItem(object): ...@@ -2218,7 +2218,7 @@ class AudioSessionItem(object):
class AudioSessionDelegate(QStyledItemDelegate): class AudioSessionDelegate(QStyledItemDelegate):
size_hint = QSize(200, 62) size_hint = QSize(220, 76)
def __init__(self, parent=None): def __init__(self, parent=None):
super(AudioSessionDelegate, self).__init__(parent) super(AudioSessionDelegate, self).__init__(parent)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment