Skip to content
Snippets Groups Projects
Commit ea6fdab3 authored by SeeLook's avatar SeeLook
Browse files

Minor fixes

parent 287c25be
No related branches found
No related tags found
No related merge requests found
1.3.0 alpha
1.2A.3 beta1
- added touch interface, adjusted GUI layout to it
ANDROID
- new file and color dialogues adjusted for touch screens
......
......@@ -35,12 +35,12 @@ TexamView::TexamView(QWidget *parent) :
QWidget(parent),
m_exam(0)
{
auto mainLay = new QHBoxLayout;
#if defined (Q_OS_ANDROID)
mainLay->setContentsMargins(0, 0, 0, 0);
#else
setStatusTip(tr("Exam results"));
#endif
QHBoxLayout *mainLay = new QHBoxLayout;
mainLay->addStretch();
QHBoxLayout *okMistLay = new QHBoxLayout;
m_corrLab = new QLabel(this);
......
......@@ -86,9 +86,9 @@ MainWindow::MainWindow(QWidget *parent) :
m_statusText(QString()),
m_curBG(-1), m_prevBg(-1),
m_lockStat(false),
#endif
m_updaterPlugin(0),
m_updaterStoppedSound(false),
#endif
m_isPlayerFree(true)
{
#if !defined (Q_OS_ANDROID)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment