mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-09 20:50:43 +00:00
Stop changing font sizes in font combo boxes
This commit is contained in:
parent
d8fda1aba1
commit
916d60acf2
@ -241,26 +241,6 @@ void PreferencesDialog::on_IgnoreSlider_valueChanged(int position)
|
||||
} else ui->IgnoreLCD->display(tr("OFF"));
|
||||
}
|
||||
|
||||
void PreferencesDialog::on_applicationFontSize_valueChanged(int arg1)
|
||||
{
|
||||
ui->applicationFont->currentFont().setPointSize(arg1);
|
||||
}
|
||||
|
||||
void PreferencesDialog::on_graphFontSize_valueChanged(int arg1)
|
||||
{
|
||||
ui->graphFont->currentFont().setPointSize(arg1);
|
||||
}
|
||||
|
||||
void PreferencesDialog::on_titleFontSize_valueChanged(int arg1)
|
||||
{
|
||||
ui->titleFont->currentFont().setPointSize(arg1);
|
||||
}
|
||||
|
||||
void PreferencesDialog::on_bigFontSize_valueChanged(int arg1)
|
||||
{
|
||||
ui->bigFont->currentFont().setPointSize(arg1);
|
||||
}
|
||||
|
||||
void PreferencesDialog::on_useGraphSnapshots_toggled(bool checked)
|
||||
{
|
||||
if (checked
|
||||
|
@ -29,14 +29,6 @@ private slots:
|
||||
|
||||
void on_IgnoreSlider_valueChanged(int value);
|
||||
|
||||
void on_applicationFontSize_valueChanged(int arg1);
|
||||
|
||||
void on_graphFontSize_valueChanged(int arg1);
|
||||
|
||||
void on_titleFontSize_valueChanged(int arg1);
|
||||
|
||||
void on_bigFontSize_valueChanged(int arg1);
|
||||
|
||||
void on_useGraphSnapshots_toggled(bool checked);
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user