ui: Fixes for release

* Removed pointless overview bundles
* Updated EULA version
* renamed 'Find in View' to 'Find On-Screen'
This commit is contained in:
Eberhard Graether
2017-10-18 16:46:06 +02:00
parent bc8df375f0
commit c3a5405cc4
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class QtEulaWindow
{
Q_OBJECT
public:
static const int EULA_VERSION = 2;
static const int EULA_VERSION = 3;
QtEulaWindow(QWidget* parent, bool forceAccept);
QSize sizeHint() const override;