Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
2e6b9c5c by wurstsalat at 2023-05-21T11:35:55+02:00
cfix: Hide group chat roster when opening search bar

- - - - -
fc1a327f by wurstsalat at 2023-05-21T11:36:09+02:00
cfix: SearchView: Use correct padding for top edge

- - - - -


2 changed files:

- gajim/data/style/gajim.css
- gajim/gtk/chat_page.py


Changes:

=====================================
gajim/data/style/gajim.css
=====================================
@@ -489,7 +489,7 @@ .header-box-first label {
 
 /* SearchView */
 .search-view {
-    padding: 12px;
+    padding: 13px 12px 12px 12px;
     border-left: 1px solid @borders;
     background-color: @theme_base_color;
 }


=====================================
gajim/gtk/chat_page.py
=====================================
@@ -169,6 +169,9 @@ def _on_search_history(self,
             self._search_view.set_context(self._chat_control.contact.account,
                                           self._chat_control.contact.jid)
 
+        # Hide group chat roster in order to make some space horizontally
+        app.settings.set('hide_groupchat_occupants_list', True)
+
         self._search_revealer.set_reveal_child(True)
         self._search_view.set_focus()
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/96bddaeed06bc090519b2ceadb9905f2e25d0c49...fc1a327fd08195ee3d41cab970154dbddbde096c

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/96bddaeed06bc090519b2ceadb9905f2e25d0c49...fc1a327fd08195ee3d41cab970154dbddbde096c
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to