Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gajim/gtk/chat_stack.py')
-rw-r--r--gajim/gtk/chat_stack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gajim/gtk/chat_stack.py b/gajim/gtk/chat_stack.py
index 65c163b82..24cf34b62 100644
--- a/gajim/gtk/chat_stack.py
+++ b/gajim/gtk/chat_stack.py
@@ -829,7 +829,7 @@ class ChatPlaceholderBox(Gtk.Box):
self.set_valign(Gtk.Align.CENTER)
image = Gtk.Image.new_from_icon_name(
'org.gajim.Gajim-symbolic', Gtk.IconSize.from_name('100'))
- image.get_style_context().add_class('dim-label')
+ image.set_opacity(0.2)
self.add(image)
button = Gtk.Button(label=_('Start Chatting…'))