fix status image show

This commit is contained in:
DYefremov
2019-12-06 15:20:14 +03:00
parent 450d7f4c72
commit 88167912b3
2 changed files with 2 additions and 1 deletions

View File

@@ -219,6 +219,7 @@ class Application(Gtk.Application):
self._tv_count_label = builder.get_object("tv_count_label")
self._radio_count_label = builder.get_object("radio_count_label")
self._data_count_label = builder.get_object("data_count_label")
self._receiver_info_box.bind_property("visible", self._http_status_image, "visible", 4)
# Force ctrl press event for view. Multiple selections in lists only with Space key(as in file managers)!!!
self._services_view.connect("key-press-event", self.force_ctrl)
self._fav_view.connect("key-press-event", self.force_ctrl)

View File

@@ -2275,7 +2275,7 @@ Author: Dmitriy Yefremov
</child>
<child>
<object class="GtkBox" id="status_bar_box">
<property name="height_request">24</property>
<property name="height_request">30</property>
<property name="can_focus">False</property>
<child>
<object class="GtkBox" id="receiver_info_box">