diff options
author | Marvin W <git@larma.de> | 2017-08-29 21:55:15 +0200 |
---|---|---|
committer | Marvin W <git@larma.de> | 2017-08-29 22:09:13 +0200 |
commit | b4b115df48cabd796f0499def22505cb18223787 (patch) | |
tree | aca78f12b280b3294ee6a427604a2334b5578da2 /main/src/ui/conversation_titlebar/view.vala | |
parent | b428c3a627e7de45b7a9cde85893dcca06926561 (diff) | |
download | dino-b4b115df48cabd796f0499def22505cb18223787.tar.gz dino-b4b115df48cabd796f0499def22505cb18223787.zip |
main: extend theming capabilities
Diffstat (limited to 'main/src/ui/conversation_titlebar/view.vala')
-rw-r--r-- | main/src/ui/conversation_titlebar/view.vala | 1 |
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; |