diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-06-29 09:07:31 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-29 09:07:31 -0700 |
commit | abd4fb0991be4b9f4585886140f8e7a9d57f230f (patch) | |
tree | d6be19dda5e7463cd837ea44a227c899b27173a2 /qt-ui/maintab.ui | |
parent | 4de78729d7c3ce847e858da57965962ad99f76f5 (diff) | |
download | subsurface-abd4fb0991be4b9f4585886140f8e7a9d57f230f.tar.gz |
MainTab: make the tag widgets play nicer with large fonts
Doing this I noticed that the dive list doesn't like huge fonts, either.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index d3904c6d8..3105d1732 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -137,12 +137,6 @@ </item> <item row="8" column="2"> <widget class="TagWidget" name="buddy"> - <property name="maximumSize"> - <size> - <width>16777215</width> - <height>30</height> - </size> - </property> <property name="readOnly"> <bool>false</bool> </property> @@ -204,12 +198,6 @@ <height>0</height> </size> </property> - <property name="maximumSize"> - <size> - <width>16777215</width> - <height>30</height> - </size> - </property> <property name="verticalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> @@ -223,12 +211,6 @@ </item> <item row="8" column="0" colspan="2"> <widget class="TagWidget" name="divemaster"> - <property name="maximumSize"> - <size> - <width>16777215</width> - <height>30</height> - </size> - </property> <property name="readOnly"> <bool>false</bool> </property> |