Skip to content
Snippets Groups Projects
Commit ebde7d43 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

[Dicson] ellipsize plugins homepage button. Fixes #6025

parent a40bacac
No related branches found
No related tags found
No related merge requests found
......@@ -174,7 +174,6 @@
<property name="xalign">0</property>
</object>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
......
......@@ -105,6 +105,8 @@ class PluginsWindow(object):
self.plugin_name_label.set_text(plugin.name)
self.plugin_version_label.set_text(plugin.version)
self.plugin_authors_label.set_text(plugin.authors)
label = self.plugin_homepage_linkbutton.get_children()[0]
label.set_ellipsize(pango.ELLIPSIZE_END)
self.plugin_homepage_linkbutton.set_uri(plugin.homepage)
self.plugin_homepage_linkbutton.set_label(plugin.homepage)
self.plugin_homepage_linkbutton.set_property('sensitive', True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment