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
8a70ef47
Commit
8a70ef47
authored
Mar 18, 2013
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed SIP Simple client web URL
parent
40287e9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
aboutpanel.py
blink/aboutpanel.py
+2
-2
No files found.
blink/aboutpanel.py
View file @
8a70ef47
...
@@ -25,7 +25,7 @@ credits_text = """
...
@@ -25,7 +25,7 @@ credits_text = """
<tr><td class="name" align="right">AG Projects</td><td align="left"><a href="http://ag-projects.com/">http://ag-projects.com/</a></td></tr>
<tr><td class="name" align="right">AG Projects</td><td align="left"><a href="http://ag-projects.com/">http://ag-projects.com/</a></td></tr>
<tr><td class="name" align="right">NLnet Foundation</td><td align="left"><a href="http://nlnet.nl/">http://nlnet.nl/</a></td></tr>
<tr><td class="name" align="right">NLnet Foundation</td><td align="left"><a href="http://nlnet.nl/">http://nlnet.nl/</a></td></tr>
<tr><td class="name" align="right">IETF Community</td><td align="left"><a href="http://ietf.org/">http://ietf.org/</a></td></tr>
<tr><td class="name" align="right">IETF Community</td><td align="left"><a href="http://ietf.org/">http://ietf.org/</a></td></tr>
<tr><td class="name" align="right">SIP Simple Client</td><td align="left"><a href="http://sipsimpleclient.
com/">http://sipsimpleclient.com
/</a></td></tr>
<tr><td class="name" align="right">SIP Simple Client</td><td align="left"><a href="http://sipsimpleclient.
org/">http://sipsimpleclient.org
/</a></td></tr>
</table>
</table>
</body>
</body>
</html>
</html>
...
@@ -45,7 +45,7 @@ class AboutPanel(base_class, ui_class):
...
@@ -45,7 +45,7 @@ class AboutPanel(base_class, ui_class):
self
.
version
.
setText
(
u'Version
%
s
\n
%
s'
%
(
__version__
,
__date__
))
self
.
version
.
setText
(
u'Version
%
s
\n
%
s'
%
(
__version__
,
__date__
))
credits_width
=
self
.
credits_text
.
fontMetrics
()
.
width
(
"NLNET Foundation"
+
"http://sipsimpleclient.
com
"
)
+
40
credits_width
=
self
.
credits_text
.
fontMetrics
()
.
width
(
"NLNET Foundation"
+
"http://sipsimpleclient.
org
"
)
+
40
self
.
credits_text
.
setFixedWidth
(
credits_width
)
self
.
credits_text
.
setFixedWidth
(
credits_width
)
self
.
credits_text
.
document
()
.
documentLayout
()
.
documentSizeChanged
.
connect
(
self
.
_credits_size_changed
)
self
.
credits_text
.
document
()
.
documentLayout
()
.
documentSizeChanged
.
connect
(
self
.
_credits_size_changed
)
self
.
credits_text
.
setHtml
(
credits_text
)
self
.
credits_text
.
setHtml
(
credits_text
)
...
...
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