diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-12-29 17:42:58 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-29 17:42:58 -0800 |
commit | d8178b15c59d6b317695514b07b09bbee437891e (patch) | |
tree | e0dc3dbda925cac46e647f8fbc40cc20dbad70b1 /qt-ui/preferences.ui | |
parent | 80171cbdb220fe7c368265f9664f1ef9257f503e (diff) | |
download | subsurface-d8178b15c59d6b317695514b07b09bbee437891e.tar.gz |
Add Facebook logo to preferences as well
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/preferences.ui')
-rw-r--r-- | qt-ui/preferences.ui | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qt-ui/preferences.ui b/qt-ui/preferences.ui index 4b69636b4..5e0778a03 100644 --- a/qt-ui/preferences.ui +++ b/qt-ui/preferences.ui @@ -134,6 +134,11 @@ <property name="text"> <string>Facebook</string> </property> + <property name="icon"> + <iconset> + <normalon>:/facebook</normalon> + </iconset> + </property> </item> </widget> </item> |