diff options
-rw-r--r-- | src/components/voiceinfobox.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/voiceinfobox.cpp b/src/components/voiceinfobox.cpp index 26e3720..cecaa7d 100644 --- a/src/components/voiceinfobox.cpp +++ b/src/components/voiceinfobox.cpp @@ -78,9 +78,10 @@ VoiceInfoBox::VoiceInfoBox() m_disconnect_ev.add(m_disconnect_img); m_disconnect_img.property_icon_name() = "call-stop-symbolic"; m_disconnect_img.property_icon_size() = 5; - m_disconnect_img.set_hexpand(true); m_disconnect_img.set_halign(Gtk::ALIGN_END); + m_status_ev.set_hexpand(true); + m_status_ev.add(m_status); m_left.add(m_status_ev); m_left.add(m_location); |