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


Commits:
c579e2ef by wurstsalat at 2022-10-13T21:27:04+02:00
fix: Roster: Always show workspace when starting chat

- - - - -
c9a229c3 by wurstsalat at 2022-10-13T21:37:35+02:00
fix: ChatList: Don’t increase in width while drag and drop

- - - - -


2 changed files:

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


Changes:

=====================================
gajim/data/style/gajim.css
=====================================
@@ -343,10 +343,9 @@ .chatlist {
 }
 .chatlist-row {
     transition: none;
-    padding: 6px 0px 6px 6px;
-    margin-left: 12px;
-    margin-right: 12px;
-    margin-bottom: 3px;
+    padding: 4px 0px 4px 6px;
+    margin: 0 10px 3px 10px;
+    border: 2px solid transparent;
     border-radius: 6px;
 }
 .chatlist-row:active,


=====================================
gajim/gtk/main.py
=====================================
@@ -761,6 +761,8 @@ def add_chat(self,
                                                type_,
                                                select=select,
                                                message=message)
+        if select:
+            self.activate_workspace(workspace_id)
 
     def add_private_chat(self,
                          account: str,



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/b1212a85dfc3c8897b93015705d76583a2a8df44...c9a229c3e2395920466d3a20b3c24593a8ef332c

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/b1212a85dfc3c8897b93015705d76583a2a8df44...c9a229c3e2395920466d3a20b3c24593a8ef332c
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