Add travis CI
This commit is contained in:
parent
407afcd2f2
commit
3d3f2ec33e
5 changed files with 43 additions and 9 deletions
|
|
@ -16,6 +16,7 @@
|
|||
*/
|
||||
|
||||
#include <QDebug>
|
||||
#include <QMouseEvent>
|
||||
|
||||
#include "Ripple.h"
|
||||
#include "RoomInfo.h"
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue