Commit ab56644
committed
Merge remote-tracking branch 'origin/pr/231'
* origin/pr/231:
Show progress bar after loading CSS theme
Pull request description:
If the progress bar is shown before loading the application CSS theme, it looks like a graphical glitch for around 744ms on my HP Elitebook 820 system. Until the next call to `update_progress` and `Gtk.main_iteration_do` loop (picture below).
But if the progress bar is shown and updated right after loading the CSS theme, it is much prettier.

File tree
3 files changed
+4
-7
lines changed- qubes_config
- global_config
- new_qube
- widgets
3 files changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | 327 | | |
331 | 328 | | |
332 | 329 | | |
| |||
342 | 339 | | |
343 | 340 | | |
344 | 341 | | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | 106 | | |
110 | 107 | | |
111 | 108 | | |
| |||
122 | 119 | | |
123 | 120 | | |
124 | 121 | | |
| 122 | + | |
125 | 123 | | |
126 | 124 | | |
127 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
649 | 649 | | |
650 | 650 | | |
651 | 651 | | |
652 | | - | |
653 | 652 | | |
654 | 653 | | |
655 | 654 | | |
| |||
0 commit comments