diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-19 21:44:21 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-19 21:44:21 -0700 |
commit | e818f0352b4f7a036b34e7f67ba0fd45654e4d63 (patch) | |
tree | d196df57af73f0d4d1741af52459c7d79fe2d3b2 /qt-ui/maintab.ui | |
parent | 1d102897966709bd70542f54a18fba9c8b1b2537 (diff) | |
download | subsurface-e818f0352b4f7a036b34e7f67ba0fd45654e4d63.tar.gz |
Try to add a StarWidget for visibility
It's not editable. And of course it continues to look like utter crap -
even more so now since this is left aligned and everything else is
centered.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index ea66b391d..6b16e0f87 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -404,11 +404,7 @@ </widget> </item> <item row="3" column="2"> - <widget class="QLabel" name="visibilityText"> - <property name="text"> - <string>TextLabel</string> - </property> - </widget> + <widget class="StarWidget" name="visibility" native="true"/> </item> <item row="2" column="2"> <widget class="QLabel" name="visibilityLabel"> |