~ubuntu-branches/ubuntu/trusty/networkmanagement/trusty

« back to all changes in this revision

Viewing changes to applet/interfacedetailswidget.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-02-11 20:44:55 UTC
  • Revision ID: package-import@ubuntu.com-20120211204455-se2bx8iwlyhnp89u
Tags: 0.9.0~rc4-0ubuntu2
Cherry pick upstream commit 6a5e30e94ee539b7765eb5ad054bf9e1a6785703
as fix-and-workaround-graphical-artifacts.diff
to fix graphical artifacts in buttons with the default plasma theme.

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
    m_backButton->setMaximumWidth(22);
151
151
    m_backButton->setIcon(KIcon("go-previous"));
152
152
    m_backButton->setToolTip(i18n("Go Back"));
 
153
    m_backButton->setZValue(100);
153
154
 
154
155
    connect(m_backButton, SIGNAL(clicked()), this, SIGNAL(back()));
155
156
 
156
 
    m_gridLayout->addItem(m_backButton, 0, 1, 2, 1);
 
157
    m_gridLayout->addItem(m_backButton, 0, 1, 1, 1);
157
158
    setLayout(m_gridLayout);
158
159
 
159
160
    // Add spacer to push content to the top