aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_titlebar
diff options
context:
space:
mode:
authorMarvin W <git@larma.de>2017-08-29 21:55:15 +0200
committerMarvin W <git@larma.de>2017-08-29 22:09:13 +0200
commitb4b115df48cabd796f0499def22505cb18223787 (patch)
treeaca78f12b280b3294ee6a427604a2334b5578da2 /main/src/ui/conversation_titlebar
parentb428c3a627e7de45b7a9cde85893dcca06926561 (diff)
downloaddino-b4b115df48cabd796f0499def22505cb18223787.tar.gz
dino-b4b115df48cabd796f0499def22505cb18223787.zip
main: extend theming capabilities
Diffstat (limited to 'main/src/ui/conversation_titlebar')
-rw-r--r--main/src/ui/conversation_titlebar/view.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/ui/conversation_titlebar/view.vala b/main/src/ui/conversation_titlebar/view.vala
index 34191995..9949f4fc 100644
--- a/main/src/ui/conversation_titlebar/view.vala
+++ b/main/src/ui/conversation_titlebar/view.vala
@@ -16,6 +16,7 @@ public class ConversationTitlebar : Gtk.HeaderBar {
this.stream_interactor = stream_interactor;
this.window = window;
+ this.get_style_context().add_class("dino-right");
show_close_button = true;
hexpand = true;