summaryrefslogtreecommitdiff
path: root/ui/qt/main_welcome.ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-10-12 14:34:08 -0700
committerGuy Harris <guy@alum.mit.edu>2015-10-14 02:22:54 +0000
commit0596575a87b766eab0f6a8b4593888d6edf3a085 (patch)
tree6f6c5cab429d21bb353986cf6c4ecdae2bdfd15d /ui/qt/main_welcome.ui
parent537cb8ed981a845a84e80e45efe77d0759acb68f (diff)
downloadwireshark-0596575a87b766eab0f6a8b4593888d6edf3a085.tar.gz
Update the Qt welcome banner.
Make the main welcome message more prominent. Change-Id: I92d2ed88abbe504af8a0818f9902e39a9fc3d6d5 Reviewed-on: https://code.wireshark.org/review/10969 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org> (cherry picked from commit 1f400db73e2bf4685c4a49b1d0898b37ac858d9f) Reviewed-on: https://code.wireshark.org/review/10988 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/qt/main_welcome.ui')
-rw-r--r--ui/qt/main_welcome.ui23
1 files changed, 15 insertions, 8 deletions
diff --git a/ui/qt/main_welcome.ui b/ui/qt/main_welcome.ui
index 3037468771..a5ccd1f8e6 100644
--- a/ui/qt/main_welcome.ui
+++ b/ui/qt/main_welcome.ui
@@ -10,12 +10,6 @@
<height>663</height>
</rect>
</property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
<property name="windowTitle">
<string>Form</string>
</property>
@@ -44,7 +38,7 @@
<height>0</height>
</size>
</property>
- <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="1,0">
+ <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="0,1,0">
<property name="leftMargin">
<number>0</number>
</property>
@@ -60,11 +54,24 @@
<item>
<widget class="QLabel" name="mainWelcomeBanner">
<property name="text">
- <string>Welcome to Wireshark.</string>
+ <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:large;&quot;&gt;Welcome to Wireshark&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
<item>
+ <spacer name="bannerSpacer">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
<widget class="QLabel" name="flavorBanner">
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>