diff options
author | Ken Moore <moorekou@gmail.com> | 2015-12-01 14:55:50 -0500 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-12-01 14:55:50 -0500 |
commit | 96e7087b3bb9ffd345d658035c58bb79a7e9d41d (patch) | |
tree | 16600048cfd7eb0499c17cfedfc620f874ff458a /lumina-info | |
parent | Change the text of the app menu plugin to have the button now say "Applicatio... (diff) | |
download | lumina-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.ui | 27 |
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><html><head/><body><p><a href="https://bugs.pcbsd.org/projects/pcbsd"><span style=" text-decoration: underline; color:#0000ff;">Open in Web Browser</span></a></p></body></html></string> + <string><a href="https://bugs.pcbsd.org/projects/pcbsd">Open in Web Browser</a></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><a href="https://webchat.freenode.net/?channels=%23lumina-desktop">Open in web browser</a></string> + </property> + <property name="openExternalLinks"> + <bool>true</bool> + </property> + </widget> + </item> </layout> </widget> <widget class="QWidget" name="tab_2"> |