aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2017-11-15 13:57:25 +0100
committerMichael Mann <mmann78@netscape.net>2017-11-15 15:09:40 +0000
commit8d9fbdf8515b89f4739a4bddb80d944d2a53b459 (patch)
tree8ebad8fe24edab81f42556996151597e78578bed
parentf4e958c2ea08e1552a05e69d2a409862077557d2 (diff)
Qt: Show as much as possible of UAT pathLabel
Remove the horizontal spacer between buttons an path label in UAT views to show as much as possible of the path label. Change-Id: I99d21ff6a1d151c9fcf83200a88b34b2e0c8eb5d Reviewed-on: https://code.wireshark.org/review/24444 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r--ui/qt/uat_dialog.ui13
-rw-r--r--ui/qt/uat_frame.ui13
2 files changed, 0 insertions, 26 deletions
diff --git a/ui/qt/uat_dialog.ui b/ui/qt/uat_dialog.ui
index 2e708aaad7..c867b9656a 100644
--- a/ui/qt/uat_dialog.ui
+++ b/ui/qt/uat_dialog.ui
@@ -93,19 +93,6 @@
</widget>
</item>
<item>
- <spacer name="horizontalSpacer">
- <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="ElidedLabel" name="pathLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
diff --git a/ui/qt/uat_frame.ui b/ui/qt/uat_frame.ui
index ccb9958982..b03b4e7965 100644
--- a/ui/qt/uat_frame.ui
+++ b/ui/qt/uat_frame.ui
@@ -111,19 +111,6 @@
</widget>
</item>
<item>
- <spacer name="horizontalSpacer">
- <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="ElidedLabel" name="pathLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">