aboutsummaryrefslogtreecommitdiff
path: root/lumina-info
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-12-01 14:55:50 -0500
committerKen Moore <moorekou@gmail.com>2015-12-01 14:55:50 -0500
commit96e7087b3bb9ffd345d658035c58bb79a7e9d41d (patch)
tree16600048cfd7eb0499c17cfedfc620f874ff458a /lumina-info
parentChange the text of the app menu plugin to have the button now say "Applicatio... (diff)
downloadlumina-96e7087b3bb9ffd345d658035c58bb79a7e9d41d.tar.gz
lumina-96e7087b3bb9ffd345d658035c58bb79a7e9d41d.tar.bz2
lumina-96e7087b3bb9ffd345d658035c58bb79a7e9d41d.zip
Add a link in lumina-info to the webclient for the #lumina-desktop channel on FreeNode IRC.
Diffstat (limited to 'lumina-info')
-rw-r--r--lumina-info/MainUI.ui27
1 files changed, 25 insertions, 2 deletions
diff --git a/lumina-info/MainUI.ui b/lumina-info/MainUI.ui
index 427e2c50..175497bd 100644
--- a/lumina-info/MainUI.ui
+++ b/lumina-info/MainUI.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>356</width>
- <height>421</height>
+ <height>434</height>
</rect>
</property>
<property name="windowTitle">
@@ -218,7 +218,7 @@
<item row="6" column="1">
<widget class="QLabel" name="label_7">
<property name="text">
- <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;https://bugs.pcbsd.org/projects/pcbsd&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Open in Web Browser&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+ <string>&lt;a href=&quot;https://bugs.pcbsd.org/projects/pcbsd&quot;&gt;Open in Web Browser&lt;/a&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
@@ -232,6 +232,29 @@
</property>
</widget>
</item>
+ <item row="7" column="0">
+ <widget class="QLabel" name="label_9">
+ <property name="font">
+ <font>
+ <weight>75</weight>
+ <bold>true</bold>
+ </font>
+ </property>
+ <property name="text">
+ <string>Community Support:</string>
+ </property>
+ </widget>
+ </item>
+ <item row="7" column="1">
+ <widget class="QLabel" name="label_11">
+ <property name="text">
+ <string>&lt;a href=&quot;https://webchat.freenode.net/?channels=%23lumina-desktop&quot;&gt;Open in web browser&lt;/a&gt;</string>
+ </property>
+ <property name="openExternalLinks">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
<widget class="QWidget" name="tab_2">
bgstack15