<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Apr 20, 2016, at 7:51 PM, Martin Klapetek <<a href="mailto:martin.klapetek@gmail.com" class="">martin.klapetek@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Is it possible to either hide the blue titlebar when empty<div class="">or add things like buttons and icons in there?</div><div class=""><br class=""></div><div class="">In SpaceBar, the active conversation has this layout at</div><div class="">the top of the Page:</div><div class=""><br class=""></div><div class="">[Presence Icon] Username [Close Conversation Button]</div><div class=""><br class=""></div><div class="">So in this case it doesn't make sense that this Page would</div><div class="">have the standard blue titlebar too. Unless more things could</div><div class="">go in there.</div><div class=""><br class=""></div><div class="">I can perhaps write a patch to hide it if empty, if you agree.<br clear="all" class=""></div></div></div></blockquote><br class=""></div><div>Well, you kinda can hide it already: simply set </div><div><br class=""></div><div>
<pre style="margin-top: 0px; margin-bottom: 0px;" class=""><!--StartFragment--><span style=" color:#c0c0c0;" class="">        </span><span style=" color:#800000;" class="">header.minimumHeight</span>:<span style=" color:#c0c0c0;" class=""> </span>0</pre>
<pre style="margin-top: 0px; margin-bottom: 0px;" class=""><span style=" color:#c0c0c0;" class="">  </span><span style=" color:#800000;" class="">header.preferredHeight</span>:<span style=" color:#c0c0c0;" class=""> </span><font color="#800080" class="">0</font></pre>
<pre style="margin-top: 0px; margin-bottom: 0px;" class=""><span style=" color:#c0c0c0;" class="">  </span><span style=" color:#800000;" class="">header.maximumHeight</span>:<span style=" color:#c0c0c0;" class=""> </span><font color="#800080" class="">0</font></pre>
<pre style="margin-top: 0px; margin-bottom: 0px;" class=""><br class=""><!--EndFragment--></pre><div class=""><br class=""></div></div><br class=""></body></html>