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


Commits:
69553e56 by wurstsalat at 2022-11-16T12:32:53+01:00
fix: ConversationView: Fix scrollbar not being the right-most widget

This makes it possible to easily 'find' the scrollbar while having 
Gajim in fullscreen mode.

- - - - -


2 changed files:

- gajim/data/gui/chat_control.ui
- gajim/data/style/gajim.css


Changes:

=====================================
gajim/data/gui/chat_control.ui
=====================================
@@ -7,8 +7,6 @@
     <child>
       <object class="GtkBox" id="conv_view_box">
         <property name="can-focus">True</property>
-        <property name="margin-start">7</property>
-        <property name="margin-end">7</property>
         <property name="spacing">3</property>
         <child>
           <object class="GtkOverlay" id="conv_view_overlay">


=====================================
gajim/data/style/gajim.css
=====================================
@@ -523,6 +523,8 @@ .message-input-focus {
 .conversation-row {
     padding: 10px 3px 4px 6px;
     border-radius: 4px;
+    margin-left: 8px;
+    margin-right: 2px;
 }
 .conversation-row:hover button {
     opacity: 1;



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/69553e5664822becdd5a15ab9bbf98bb920db00e

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/69553e5664822becdd5a15ab9bbf98bb920db00e
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