Daniel Brötzmann pushed to branch mainwindow at gajim / gajim
Commits:
b34fceb4 by Daniel Brötzmann at 2021-03-10T12:26:57+01:00
ChatList: Improve headers
- - - - -
2 changed files:
- gajim/data/style/gajim.css
- gajim/gtk/chat_list.py
Changes:
=====================================
gajim/data/style/gajim.css
=====================================
@@ -233,9 +233,12 @@
.header-box label {
padding: 12px 18px 6px 18px;
font-weight: bold;
- color:@insensitive_fg_color;
+ color: @insensitive_fg_color;
font-size: small;
}
+.header-box-first label {
+ padding: 0px 18px 6px 18px;
+}
/* VCardWindow */
.VCard-GtkLinkButton { padding-left: 5px; border-left: none; }
=====================================
gajim/gtk/chat_list.py
=====================================
@@ -488,3 +488,4 @@ def __init__(self):
BaseHeader.__init__(self,
RowHeaderType.PINNED,
_('Pinned'))
+ self.get_style_context().add_class('header-box-first')
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/b34fceb4968cc4f684feab61ab1424fbed6c041d
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/b34fceb4968cc4f684feab61ab1424fbed6c041d
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