diff -r d4fa462547bc -r a05eff845522 UI/DiffDialog.ui --- a/UI/DiffDialog.ui Tue Jan 07 18:08:40 2014 +0100 +++ b/UI/DiffDialog.ui Wed Jan 08 19:07:23 2014 +0100 @@ -34,13 +34,10 @@ </widget> </item> <item> - <widget class="QPushButton" name="file1Button"> + <widget class="QToolButton" name="file1Button"> <property name="toolTip"> <string>Press to select the file via a file selection dialog</string> </property> - <property name="text"> - <string>...</string> - </property> </widget> </item> </layout> @@ -65,13 +62,10 @@ </widget> </item> <item> - <widget class="QPushButton" name="file2Button"> + <widget class="QToolButton" name="file2Button"> <property name="toolTip"> <string>Press to select the file via a file selection dialog</string> </property> - <property name="text"> - <string>...</string> - </property> </widget> </item> </layout>