~lxqt/lxqt/lxqt-panel

« back to all changes in this revision

Viewing changes to plugin-colorpicker/colorpicker.cpp

  • Committer: Jörn Schönyan
  • Date: 2016-10-21 06:36:42 UTC
  • Revision ID: joern.schoenyan@web.de-20161021063642-qhns2ovhwmeqndvp
v0.11.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    layout->addWidget (&mLineEdit);
65
65
 
66
66
 
 
67
    mButton.setAutoRaise(true);
67
68
    mButton.setIcon(XdgIcon::fromTheme("color-picker", "kcolorchooser"));
68
69
 
69
70
    mCapturing = false;