@@ -409,7 +409,7 @@ | |||||
</sizepolicy> | </sizepolicy> | ||||
</property> | </property> | ||||
<property name="text"> | <property name="text"> | ||||
<string>Latency:</string> | |||||
<string>Block Latency:</string> | |||||
</property> | </property> | ||||
<property name="alignment"> | <property name="alignment"> | ||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> | ||||
@@ -572,7 +572,7 @@ | |||||
<rect> | <rect> | ||||
<x>0</x> | <x>0</x> | ||||
<y>0</y> | <y>0</y> | ||||
<width>359</width> | |||||
<width>360</width> | |||||
<height>100</height> | <height>100</height> | ||||
</rect> | </rect> | ||||
</property> | </property> | ||||
@@ -720,7 +720,7 @@ | |||||
<rect> | <rect> | ||||
<x>0</x> | <x>0</x> | ||||
<y>0</y> | <y>0</y> | ||||
<width>359</width> | |||||
<width>360</width> | |||||
<height>97</height> | <height>97</height> | ||||
</rect> | </rect> | ||||
</property> | </property> | ||||
@@ -861,7 +861,7 @@ | |||||
<rect> | <rect> | ||||
<x>0</x> | <x>0</x> | ||||
<y>0</y> | <y>0</y> | ||||
<width>359</width> | |||||
<width>360</width> | |||||
<height>97</height> | <height>97</height> | ||||
</rect> | </rect> | ||||
</property> | </property> | ||||
@@ -1197,7 +1197,7 @@ | |||||
<item> | <item> | ||||
<widget class="QLabel" name="label_tools_meter"> | <widget class="QLabel" name="label_tools_meter"> | ||||
<property name="text"> | <property name="text"> | ||||
<string>Digital peak meter, auto-connected to all system outputs</string> | |||||
<string>Digital peak meter, auto-connected to all system inputs or outputs</string> | |||||
</property> | </property> | ||||
<property name="alignment"> | <property name="alignment"> | ||||
<set>Qt::AlignCenter</set> | <set>Qt::AlignCenter</set> | ||||
@@ -1718,7 +1718,7 @@ | |||||
<rect> | <rect> | ||||
<x>0</x> | <x>0</x> | ||||
<y>0</y> | <y>0</y> | ||||
<width>89</width> | |||||
<width>94</width> | |||||
<height>66</height> | <height>66</height> | ||||
</rect> | </rect> | ||||
</property> | </property> | ||||
@@ -1748,7 +1748,7 @@ | |||||
<rect> | <rect> | ||||
<x>0</x> | <x>0</x> | ||||
<y>0</y> | <y>0</y> | ||||
<width>89</width> | |||||
<width>94</width> | |||||
<height>66</height> | <height>66</height> | ||||
</rect> | </rect> | ||||
</property> | </property> | ||||
@@ -1778,7 +1778,7 @@ | |||||
<rect> | <rect> | ||||
<x>0</x> | <x>0</x> | ||||
<y>0</y> | <y>0</y> | ||||
<width>89</width> | |||||
<width>94</width> | |||||
<height>66</height> | <height>66</height> | ||||
</rect> | </rect> | ||||
</property> | </property> | ||||
@@ -1502,7 +1502,7 @@ class CadenceMainW(QMainWindow, ui_cadence.Ui_CadenceMainW): | |||||
systrayText += "<tr><td align='right'>%s:</td><td>%s</td></tr>" % (self.tr("Xruns"), self.label_jack_xruns.text()) | systrayText += "<tr><td align='right'>%s:</td><td>%s</td></tr>" % (self.tr("Xruns"), self.label_jack_xruns.text()) | ||||
systrayText += "<tr><td align='right'>%s:</td><td>%s</td></tr>" % (self.tr("Buffer Size"), self.label_jack_bfsize.text()) | systrayText += "<tr><td align='right'>%s:</td><td>%s</td></tr>" % (self.tr("Buffer Size"), self.label_jack_bfsize.text()) | ||||
systrayText += "<tr><td align='right'>%s:</td><td>%s</td></tr>" % (self.tr("Sample Rate"), self.label_jack_srate.text()) | systrayText += "<tr><td align='right'>%s:</td><td>%s</td></tr>" % (self.tr("Sample Rate"), self.label_jack_srate.text()) | ||||
systrayText += "<tr><td align='right'>%s:</td><td>%s</td></tr>" % (self.tr("Latency"), self.label_jack_latency.text()) | |||||
systrayText += "<tr><td align='right'>%s:</td><td>%s</td></tr>" % (self.tr("Block Latency"), self.label_jack_latency.text()) | |||||
systrayText += "</table>" | systrayText += "</table>" | ||||
self.systray.setToolTip(systrayText) | self.systray.setToolTip(systrayText) | ||||