Add travis CI

This commit is contained in:
Konstantinos Sideris 2017-04-09 03:54:39 +03:00
parent 407afcd2f2
commit 3d3f2ec33e
5 changed files with 43 additions and 9 deletions

View file

@ -16,6 +16,7 @@
*/
#include <QDebug>
#include <QMouseEvent>
#include "Ripple.h"
#include "RoomInfo.h"

View file

@ -190,7 +190,7 @@ void TextField::paintEvent(QPaintEvent *event)
pen.setColor(underlineColor());
painter.setPen(pen);
painter.setOpacity(1);
painter.drawLine(2.5, y, wd, y);
painter.drawLine(2, y, wd, y);
QBrush brush;
brush.setStyle(Qt::SolidPattern);