diff options
author | fiaxh <git@mx.ax.lt> | 2018-09-18 21:28:56 +0200 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2018-09-21 21:53:48 +0200 |
commit | 85d194e349858b3cbbb4dd2a8ca007428378c56c (patch) | |
tree | 4ec16ce60c26c2f57b245f2a0280c61b5db1c828 /main/data | |
parent | 9575b192e4d22d9f5422fae1b02ddf81db1ecf68 (diff) | |
download | dino-85d194e349858b3cbbb4dd2a8ca007428378c56c.tar.gz dino-85d194e349858b3cbbb4dd2a8ca007428378c56c.zip |
Use Label instead of TextView for message display
Diffstat (limited to 'main/data')
-rw-r--r-- | main/data/conversation_summary/view.ui | 7 | ||||
-rw-r--r-- | main/data/global_search.ui | 1 | ||||
-rw-r--r-- | main/data/theme.css | 9 |
3 files changed, 2 insertions, 15 deletions
diff --git a/main/data/conversation_summary/view.ui b/main/data/conversation_summary/view.ui index 2bc13752..90d3d7c1 100644 --- a/main/data/conversation_summary/view.ui +++ b/main/data/conversation_summary/view.ui @@ -15,6 +15,7 @@ <child> <object class="GtkScrolledWindow" id="scrolled"> <property name="hscrollbar_policy">never</property> + <property name="expand">True</property> <property name="visible">True</property> <child> <object class="GtkBox"> @@ -29,12 +30,6 @@ <property name="visible">True</property> </object> </child> - <child> - <object class="GtkBox" id="filler"> - <property name="expand">True</property> - <property name="visible">True</property> - </object> - </child> </object> </child> </object> diff --git a/main/data/global_search.ui b/main/data/global_search.ui index 44abf6de..4814f236 100644 --- a/main/data/global_search.ui +++ b/main/data/global_search.ui @@ -133,6 +133,7 @@ <property name="orientation">vertical</property> <property name="spacing">25</property> <property name="margin">10</property> + <property name="valign">start</property> <property name="visible">True</property> </object> </child> diff --git a/main/data/theme.css b/main/data/theme.css index 226689b3..174ce5b2 100644 --- a/main/data/theme.css +++ b/main/data/theme.css @@ -29,10 +29,6 @@ window.dino-main .dino-conversation .highlight-once { animation-name: highlight; } -window.dino-main .dino-conversation textview, window.dino-main .dino-conversation textview text { - background: transparent; -} - window.dino-main .dino-sidebar > frame { background: @insensitive_bg_color; border-left: 1px solid @borders; @@ -51,11 +47,6 @@ window.dino-main .dino-sidebar frame.auto-complete list > row { transition: none; } -window.dino-main .dino-sidebar textview, -window.dino-main .dino-sidebar textview text { - background-color: transparent; -} - window.dino-main .dino-chatinput frame box { background: transparent; } |