Daniel Brötzmann pushed to branch adw-application at gajim / gajim
Commits:
7db59cfc by wurstsalat at 2025-04-01T21:16:09+02:00
cfix: SideBarSwitcher: Set navigation-sidebar style
- - - - -
2 changed files:
- gajim/data/style/gajim.css
- gajim/gtk/sidebar_switcher.py
Changes:
=====================================
gajim/data/style/gajim.css
=====================================
@@ -1012,9 +1012,7 @@ list.settings > row > box {
/* Settings Window */
list.settings-menu row {
- border-bottom: 1px solid;
- border-color: @theme_unfocused_bg_color;
- padding: 14px;
+ padding: 6px;
min-width: 170px;
}
list.settings-menu row label {
=====================================
gajim/gtk/sidebar_switcher.py
=====================================
@@ -20,6 +20,7 @@ def __init__(self, width: int | None = None) -> None:
self.set_vexpand(True)
self.add_css_class("settings-menu")
+ self.add_css_class("navigation-sidebar")
if width is not None:
self.set_size_request(width, -1)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/7db59cfc2b190256b767bb16a2de9bf9ba6d9016
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/7db59cfc2b190256b767bb16a2de9bf9ba6d9016
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]