mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 08:21:59 +02:00
Use unicode U+00D7 for multiplication
This commit is contained in:
@@ -224,7 +224,7 @@ class ClapperWidget extends Gtk.Grid
|
|||||||
case GstClapper.ClapperVideoInfo:
|
case GstClapper.ClapperVideoInfo:
|
||||||
type = 'video';
|
type = 'video';
|
||||||
codec = info.get_codec() || _('Undetermined');
|
codec = info.get_codec() || _('Undetermined');
|
||||||
text = `${codec}, ${info.get_width()}x${info.get_height()}`;
|
text = `${codec}, ${info.get_width()}×${info.get_height()}`;
|
||||||
let fps = info.get_framerate();
|
let fps = info.get_framerate();
|
||||||
fps = Number((fps[0] / fps[1]).toFixed(2));
|
fps = Number((fps[0] / fps[1]).toFixed(2));
|
||||||
if(fps)
|
if(fps)
|
||||||
|
@@ -37,9 +37,9 @@
|
|||||||
<property name="valign">center</property>
|
<property name="valign">center</property>
|
||||||
<property name="adjustment">speed_adjustment</property>
|
<property name="adjustment">speed_adjustment</property>
|
||||||
<marks>
|
<marks>
|
||||||
<mark value="0.25" position="bottom">0.25x</mark>
|
<mark value="0.25" position="bottom">0.25×</mark>
|
||||||
<mark value="1" position="bottom" translatable="yes">Normal</mark>
|
<mark value="1" position="bottom" translatable="yes">Normal</mark>
|
||||||
<mark value="2" position="bottom">2x</mark>
|
<mark value="2" position="bottom">2×</mark>
|
||||||
</marks>
|
</marks>
|
||||||
<style>
|
<style>
|
||||||
<class name="speedscale"/>
|
<class name="speedscale"/>
|
||||||
|
Reference in New Issue
Block a user