~vcs-imports/gwenview/master

« back to all changes in this revision

Viewing changes to app/fullscreencontent.cpp

  • Committer: Martin T. H. Sandsmark
  • Date: 2016-10-15 14:40:30 UTC
  • Revision ID: git-v1:4ec60eff3d58f17c100b20c2f39ae90cc4287a76
Port away from KDialog::marginHint()

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 
82
82
    void addSeparator()
83
83
    {
84
 
        mLayout->addSpacing(KDialog::spacingHint());
 
84
        mLayout->addSpacing(QApplication::style()->pixelMetric(QStyle::PM_DefaultLayoutSpacing));
85
85
    }
86
86
 
87
87
    void addStretch()