~ubuntu-branches/ubuntu/raring/koffice/raring

« back to all changes in this revision

Viewing changes to krita/plugins/extensions/dockers/colorselectorng/kis_color_selector_settings.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-06 15:30:09 UTC
  • mfrom: (0.13.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101206153009-yf0dqbp9l7fzwxi8
Tags: 1:2.2.91-0ubuntu1
New upstream RC release

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
    ui->lastUsedColorsWidth->setValue(cfg.readEntry("lastUsedColorsWidth", 16));
236
236
    ui->lastUsedColorsHeight->setValue(cfg.readEntry("lastUsedColorsHeight", 16));
237
237
 
238
 
    ui->commonColorsShow->setChecked(cfg.readEntry("commonColorsShow", true));
 
238
    //disable common colours
 
239
//    ui->commonColorsShow->setChecked(cfg.readEntry("commonColorsShow", true));
 
240
    ui->commonColorsShow->setChecked(false);
239
241
    a = cfg.readEntry("commonColorsAlignment", false);
240
242
    ui->commonColorsAlignVertical->setChecked(a);
241
243
    ui->commonColorsAlignHorizontal->setChecked(!a);
302
304
    ui->lastUsedColorsWidth->setValue(16);
303
305
    ui->lastUsedColorsHeight->setValue(16);
304
306
 
305
 
    ui->commonColorsShow->setChecked(true);
 
307
    // disable common colours
 
308
//    ui->commonColorsShow->setChecked(true);
 
309
    ui->commonColorsShow->setChecked(false);
306
310
    ui->commonColorsAlignVertical->setChecked(false);
307
311
    ui->commonColorsAlignHorizontal->setChecked(true);
308
312
    ui->commonColorsAllowScrolling->setChecked(false);