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/data/conversation_titlebar.ui | |
parent | b428c3a627e7de45b7a9cde85893dcca06926561 (diff) | |
download | dino-b4b115df48cabd796f0499def22505cb18223787.tar.gz dino-b4b115df48cabd796f0499def22505cb18223787.zip |
main: extend theming capabilities
Diffstat (limited to 'main/data/conversation_titlebar.ui')
-rw-r--r-- | main/data/conversation_titlebar.ui | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/main/data/conversation_titlebar.ui b/main/data/conversation_titlebar.ui deleted file mode 100644 index 30779079..00000000 --- a/main/data/conversation_titlebar.ui +++ /dev/null @@ -1,62 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<interface> - <template class="DinoUiConversationTitlebar" parent="GtkHeaderBar"> - <property name="title"></property> - <property name="hexpand">True</property> - <property name="show_close_button">True</property> - <property name="visible">True</property> - <child> - <object class="GtkMenuButton" id="menu_button"> - <property name="visible">True</property> - <style> - <class name="image-button"/> - </style> - <child> - <object class="GtkImage"> - <property name="visible">True</property> - <property name="icon-name">open-menu-symbolic</property> - <property name="icon-size">1</property> - </object> - </child> - </object> - <packing> - <property name="pack_type">end</property> - </packing> - </child> - <child> - <object class="GtkMenuButton" id="encryption_button"> - <property name="visible">False</property> - <style> - <class name="image-button"/> - </style> - <child> - <object class="GtkImage"> - <property name="visible">True</property> - <property name="icon-size">1</property> - </object> - </child> - </object> - <packing> - <property name="pack_type">end</property> - </packing> - </child> - <child> - <object class="GtkMenuButton" id="groupchat_button"> - <property name="visible">False</property> - <style> - <class name="image-button"/> - </style> - <child> - <object class="GtkImage"> - <property name="visible">True</property> - <property name="icon-name">system-users-symbolic</property> - <property name="icon-size">1</property> - </object> - </child> - </object> - <packing> - <property name="pack_type">end</property> - </packing> - </child> - </template> -</interface> |