diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2019-04-13 19:02:53 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-04-13 19:02:53 +0200 |
| commit | b324372971f722e77d0b71f4287bb650628234c9 (patch) | |
| tree | 382df9c45f62ac56a262a5aa85049b4d40e577ab | |
| parent | 1171842c5df3ed1c396d572b1022018250b1926c (diff) | |
tracker/kinect: set min dialog size, justify text
| -rw-r--r-- | tracker-kinect-face/kinect_face_settings.ui | 10 | ||||
| -rw-r--r-- | tracker-kinect-face/lang/nl_NL.ts | 2 | ||||
| -rw-r--r-- | tracker-kinect-face/lang/ru_RU.ts | 2 | ||||
| -rw-r--r-- | tracker-kinect-face/lang/stub.ts | 2 | ||||
| -rw-r--r-- | tracker-kinect-face/lang/zh_CN.ts | 2 |
5 files changed, 12 insertions, 6 deletions
diff --git a/tracker-kinect-face/kinect_face_settings.ui b/tracker-kinect-face/kinect_face_settings.ui index 1a146596c..9e4b2b41c 100644 --- a/tracker-kinect-face/kinect_face_settings.ui +++ b/tracker-kinect-face/kinect_face_settings.ui @@ -9,10 +9,16 @@ <rect> <x>0</x> <y>0</y> - <width>340</width> + <width>386</width> <height>153</height> </rect> </property> + <property name="minimumSize"> + <size> + <width>386</width> + <height>0</height> + </size> + </property> <property name="windowTitle"> <string>Kinect Face Tracker</string> </property> @@ -36,7 +42,7 @@ </sizepolicy> </property> <property name="text"> - <string><html><head/><body><p>Start OpenTrack to check if Kinect Face Tracker is working.</p><p><b>Note</b>: When using OpenTrack with a Kinect for Windows v2 Sensor, Microsoft will collect telemetry data (e.g. operating system, number of processors, graphic chipset, memory, device type, locale, time) in order to improve Microsoft products and services. The data will not be used to identify specific individuals.</p></body></html></string> + <string><html><head/><body><p align="justify">Start OpenTrack to check if Kinect Face Tracker is working.</p><p align="justify"><span style=" font-weight:600;">Note</span>: When using OpenTrack with a Kinect for Windows v2 Sensor, Microsoft will collect telemetry data (e.g. operating system, number of processors, graphic chipset, memory, device type, locale, time) in order to improve Microsoft products and services. The data will not be used to identify specific individuals.</p></body></html></string> </property> <property name="wordWrap"> <bool>true</bool> diff --git a/tracker-kinect-face/lang/nl_NL.ts b/tracker-kinect-face/lang/nl_NL.ts index fb421cd47..fbe86bb94 100644 --- a/tracker-kinect-face/lang/nl_NL.ts +++ b/tracker-kinect-face/lang/nl_NL.ts @@ -22,7 +22,7 @@ <translation type="unfinished"></translation> </message> <message> - <source><html><head/><body><p>Start OpenTrack to check if Kinect Face Tracker is working.</p><p><b>Note</b>: When using OpenTrack with a Kinect for Windows v2 Sensor, Microsoft will collect telemetry data (e.g. operating system, number of processors, graphic chipset, memory, device type, locale, time) in order to improve Microsoft products and services. The data will not be used to identify specific individuals.</p></body></html></source> + <source><html><head/><body><p align="justify">Start OpenTrack to check if Kinect Face Tracker is working.</p><p align="justify"><span style=" font-weight:600;">Note</span>: When using OpenTrack with a Kinect for Windows v2 Sensor, Microsoft will collect telemetry data (e.g. operating system, number of processors, graphic chipset, memory, device type, locale, time) in order to improve Microsoft products and services. The data will not be used to identify specific individuals.</p></body></html></source> <translation type="unfinished"></translation> </message> </context> diff --git a/tracker-kinect-face/lang/ru_RU.ts b/tracker-kinect-face/lang/ru_RU.ts index 47531728c..678fa06c0 100644 --- a/tracker-kinect-face/lang/ru_RU.ts +++ b/tracker-kinect-face/lang/ru_RU.ts @@ -22,7 +22,7 @@ <translation type="unfinished"></translation> </message> <message> - <source><html><head/><body><p>Start OpenTrack to check if Kinect Face Tracker is working.</p><p><b>Note</b>: When using OpenTrack with a Kinect for Windows v2 Sensor, Microsoft will collect telemetry data (e.g. operating system, number of processors, graphic chipset, memory, device type, locale, time) in order to improve Microsoft products and services. The data will not be used to identify specific individuals.</p></body></html></source> + <source><html><head/><body><p align="justify">Start OpenTrack to check if Kinect Face Tracker is working.</p><p align="justify"><span style=" font-weight:600;">Note</span>: When using OpenTrack with a Kinect for Windows v2 Sensor, Microsoft will collect telemetry data (e.g. operating system, number of processors, graphic chipset, memory, device type, locale, time) in order to improve Microsoft products and services. The data will not be used to identify specific individuals.</p></body></html></source> <translation type="unfinished"></translation> </message> </context> diff --git a/tracker-kinect-face/lang/stub.ts b/tracker-kinect-face/lang/stub.ts index 37ac0d60b..de0e4f955 100644 --- a/tracker-kinect-face/lang/stub.ts +++ b/tracker-kinect-face/lang/stub.ts @@ -22,7 +22,7 @@ <translation type="unfinished"></translation> </message> <message> - <source><html><head/><body><p>Start OpenTrack to check if Kinect Face Tracker is working.</p><p><b>Note</b>: When using OpenTrack with a Kinect for Windows v2 Sensor, Microsoft will collect telemetry data (e.g. operating system, number of processors, graphic chipset, memory, device type, locale, time) in order to improve Microsoft products and services. The data will not be used to identify specific individuals.</p></body></html></source> + <source><html><head/><body><p align="justify">Start OpenTrack to check if Kinect Face Tracker is working.</p><p align="justify"><span style=" font-weight:600;">Note</span>: When using OpenTrack with a Kinect for Windows v2 Sensor, Microsoft will collect telemetry data (e.g. operating system, number of processors, graphic chipset, memory, device type, locale, time) in order to improve Microsoft products and services. The data will not be used to identify specific individuals.</p></body></html></source> <translation type="unfinished"></translation> </message> </context> diff --git a/tracker-kinect-face/lang/zh_CN.ts b/tracker-kinect-face/lang/zh_CN.ts index 37ac0d60b..de0e4f955 100644 --- a/tracker-kinect-face/lang/zh_CN.ts +++ b/tracker-kinect-face/lang/zh_CN.ts @@ -22,7 +22,7 @@ <translation type="unfinished"></translation> </message> <message> - <source><html><head/><body><p>Start OpenTrack to check if Kinect Face Tracker is working.</p><p><b>Note</b>: When using OpenTrack with a Kinect for Windows v2 Sensor, Microsoft will collect telemetry data (e.g. operating system, number of processors, graphic chipset, memory, device type, locale, time) in order to improve Microsoft products and services. The data will not be used to identify specific individuals.</p></body></html></source> + <source><html><head/><body><p align="justify">Start OpenTrack to check if Kinect Face Tracker is working.</p><p align="justify"><span style=" font-weight:600;">Note</span>: When using OpenTrack with a Kinect for Windows v2 Sensor, Microsoft will collect telemetry data (e.g. operating system, number of processors, graphic chipset, memory, device type, locale, time) in order to improve Microsoft products and services. The data will not be used to identify specific individuals.</p></body></html></source> <translation type="unfinished"></translation> </message> </context> |
