qt_statusbar.patch
| src/qtui/status_bar.cc | ||
|---|---|---|
| 33 | 33 |
addWidget (codec_label); |
| 34 | 34 |
addPermanentWidget (length_label); |
| 35 | 35 | |
| 36 |
setStyleSheet ("QStatusBar::item { border: 0; }");
|
|
| 37 | ||
| 36 | 38 |
hook_associate ("playlist activate", update_length, this);
|
| 37 | 39 |
hook_associate ("playlist update", update_length, this);
|
| 38 | 40 | |
