Commit aafe7c1
committed
fix: Pop-up window position was obscured
log: In TimeAndDate.qml, instead of using the built-in showAlert method of D.LineEdit (whose AlertToolTip pops up from the bottom and gets obscured), a separate D.AlertToolTip is placed inside the addr element, with the y value set to a negative value so that it pops up from the top; this prevents it from being obscured by the system time zone displayed below.
pms: bug-3529611 parent 7b89523 commit aafe7c1
1 file changed
Lines changed: 7 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
| 237 | + | |
237 | 238 | | |
238 | 239 | | |
239 | 240 | | |
240 | 241 | | |
241 | | - | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | | - | |
254 | 253 | | |
255 | 254 | | |
256 | 255 | | |
257 | 256 | | |
258 | 257 | | |
259 | 258 | | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | 259 | | |
269 | 260 | | |
270 | 261 | | |
271 | 262 | | |
272 | | - | |
| 263 | + | |
273 | 264 | | |
274 | 265 | | |
275 | 266 | | |
| |||
295 | 286 | | |
296 | 287 | | |
297 | 288 | | |
| 289 | + | |
298 | 290 | | |
299 | | - | |
300 | 291 | | |
301 | 292 | | |
302 | 293 | | |
303 | 294 | | |
304 | | - | |
305 | 295 | | |
306 | 296 | | |
307 | 297 | | |
| |||
0 commit comments