Commit d17161c5 authored by Yoann Peronneau's avatar Yoann Peronneau

* use freetype-rel-fontsize instead of sub-rel-fontsize

parent b3713070
......@@ -169,7 +169,7 @@ void FileOpenPanel::updateMRL()
int align = ui.alignSubComboBox->itemData( ui.alignSubComboBox->currentIndex() ).toInt();
mrl.append( " :subsdec-align=" + QString().setNum( align ) );
int size = ui.sizeSubComboBox->itemData( ui.sizeSubComboBox->currentIndex() ).toInt();
mrl.append( " :sub-rel-fontsize=" + QString().setNum( size ) );
mrl.append( " :freetype-rel-fontsize=" + QString().setNum( size ) );
}
emit mrlUpdated( mrl );
emit methodChanged( "file-caching" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment