Slight size adjustments to PAL palette sliders. Since sharpness has less range than the others, size it smaller so that the others have finer control.
This commit is contained in:
parent
b87452861c
commit
359b5c3786
|
@ -186,6 +186,9 @@ PaletteConfDialog_t::PaletteConfDialog_t(QWidget *parent)
|
|||
palFrame->setEnabled( nes_shm->video.preScaler == 9 );
|
||||
|
||||
grid = new QGridLayout();
|
||||
grid->setColumnStretch( 0, 40 );
|
||||
grid->setColumnStretch( 1, 40 );
|
||||
grid->setColumnStretch( 2, 20 );
|
||||
|
||||
sprintf(stmp, "Notch: %3i%%", palnotch);
|
||||
notchFrame = new QGroupBox(tr(stmp));
|
||||
|
|
Loading…
Reference in New Issue