Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
50d4b7fb
Commit
50d4b7fb
authored
Jun 26, 2021
by
Adrian Georgescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enlarge contacts and audio sessions widgets
parent
5ba41f87
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
contacts.py
blink/contacts.py
+1
-1
sessions.py
blink/sessions.py
+1
-1
No files found.
blink/contacts.py
View file @
50d4b7fb
...
@@ -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
(
2
00
,
36
)
size_hint
=
QSize
(
2
20
,
42
)
native
=
property
(
lambda
self
:
self
.
type
==
'addressbook'
)
native
=
property
(
lambda
self
:
self
.
type
==
'addressbook'
)
...
...
blink/sessions.py
View file @
50d4b7fb
...
@@ -2218,7 +2218,7 @@ class AudioSessionItem(object):
...
@@ -2218,7 +2218,7 @@ class AudioSessionItem(object):
class
AudioSessionDelegate
(
QStyledItemDelegate
):
class
AudioSessionDelegate
(
QStyledItemDelegate
):
size_hint
=
QSize
(
2
00
,
62
)
size_hint
=
QSize
(
2
20
,
76
)
def
__init__
(
self
,
parent
=
None
):
def
__init__
(
self
,
parent
=
None
):
super
(
AudioSessionDelegate
,
self
)
.
__init__
(
parent
)
super
(
AudioSessionDelegate
,
self
)
.
__init__
(
parent
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment