aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-info/MainUI.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/core/lumina-info/MainUI.ui')
-rw-r--r--src-qt5/core/lumina-info/MainUI.ui24
1 files changed, 24 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-info/MainUI.ui b/src-qt5/core/lumina-info/MainUI.ui
index 29c8759c..e1feab0a 100644
--- a/src-qt5/core/lumina-info/MainUI.ui
+++ b/src-qt5/core/lumina-info/MainUI.ui
@@ -76,6 +76,12 @@
<layout class="QGridLayout" name="gridLayout">
<item row="2" column="1">
<widget class="QToolButton" name="tool_sources">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
<property name="whatsThis">
<string notr="true">https://github.com/trueos/lumina</string>
</property>
@@ -105,6 +111,12 @@
</item>
<item row="2" column="0">
<widget class="QToolButton" name="tool_website">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
<property name="whatsThis">
<string notr="true">http://lumina-desktop.org</string>
</property>
@@ -127,6 +139,12 @@
</item>
<item row="3" column="1">
<widget class="QToolButton" name="tool_bugs">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
<property name="whatsThis">
<string notr="true">https://bugs.pcbsd.org/projects/pcbsd</string>
</property>
@@ -245,6 +263,12 @@
</item>
<item row="3" column="0">
<widget class="QToolButton" name="tool_irc">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
<property name="whatsThis">
<string notr="true">https://webchat.freenode.net/?channels=%23lumina-desktop</string>
</property>
bgstack15