diff options
author | Marvin W <git@larma.de> | 2017-03-13 15:34:17 +0100 |
---|---|---|
committer | Marvin W <git@larma.de> | 2017-03-13 15:34:17 +0100 |
commit | 2804799f61eb4c68c5cf88b9996d13a81fe6317d (patch) | |
tree | aafa39898d776d47293859d3afc90c57f744b2c9 /main/data/conversation_summary | |
parent | bb811f8b29ed8be96664277d2b8ca8a1c9829602 (diff) | |
download | dino-2804799f61eb4c68c5cf88b9996d13a81fe6317d.tar.gz dino-2804799f61eb4c68c5cf88b9996d13a81fe6317d.zip |
Reduce GTK dependency to 3.16, fix dark theme
Diffstat (limited to 'main/data/conversation_summary')
-rw-r--r-- | main/data/conversation_summary/message_item.ui | 1 | ||||
-rw-r--r-- | main/data/conversation_summary/view.ui | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/main/data/conversation_summary/message_item.ui b/main/data/conversation_summary/message_item.ui index f21b4969..eac97279 100644 --- a/main/data/conversation_summary/message_item.ui +++ b/main/data/conversation_summary/message_item.ui @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> - <requires lib="gtk+" version="3.0"/> <template class="DinoUiConversationSummaryMergedMessageItem"> <property name="hexpand">True</property> <property name="column-spacing">7</property> diff --git a/main/data/conversation_summary/view.ui b/main/data/conversation_summary/view.ui index 74fb507e..88905268 100644 --- a/main/data/conversation_summary/view.ui +++ b/main/data/conversation_summary/view.ui @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> - <requires lib="gtk+" version="3.0"/> <template class="DinoUiConversationSummaryView"> <property name="expand">True</property> <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> <child> <object class="GtkScrolledWindow" id="scrolled"> <property name="visible">True</property> |