diff options
author | Lubos Dolezel <lubos@dolezel.info> | 2015-06-04 22:20:47 +0200 |
---|---|---|
committer | Lubos Dolezel <lubos@dolezel.info> | 2015-06-04 22:20:47 +0200 |
commit | 3c14ccbee23c4ea8090252136982c9926757e629 (patch) | |
tree | e686604ddc6605e1c15810bfe86ab6a39556ad33 /src | |
parent | bcbbdf0b79d52c5ef40d11615954de35eda184e3 (diff) | |
download | twinkle-3c14ccbee23c4ea8090252136982c9926757e629.tar twinkle-3c14ccbee23c4ea8090252136982c9926757e629.tar.gz twinkle-3c14ccbee23c4ea8090252136982c9926757e629.tar.lz twinkle-3c14ccbee23c4ea8090252136982c9926757e629.tar.xz twinkle-3c14ccbee23c4ea8090252136982c9926757e629.zip |
Re-added missing icon for main window
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/mphoneform.ui | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gui/mphoneform.ui b/src/gui/mphoneform.ui index 79ceb61..093945b 100644 --- a/src/gui/mphoneform.ui +++ b/src/gui/mphoneform.ui @@ -28,6 +28,10 @@ <property name="windowTitle"> <string>Twinkle</string> </property> + <property name="windowIcon"> + <iconset resource="icons.qrc"> + <normaloff>:/icons/images/twinkle48.png</normaloff>:/icons/images/twinkle48.png</iconset> + </property> <property name="rightJustification" stdset="0"> <bool>false</bool> </property> @@ -1054,7 +1058,7 @@ <x>0</x> <y>0</y> <width>733</width> - <height>21</height> + <height>20</height> </rect> </property> <widget class="QMenu" name="fileMenu"> |