Skip to content

Commit 235bbf4

Browse files
committed
fix: broken statusline on muttator's compose window
1 parent b54f3ce commit 235bbf4

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

muttator/content/compose/liberator.xul

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
customizable = "true"
7979
fullscreentoolbar = "true"
8080
context = "toolbar-context-menu"
81-
defaultset = "liberator-mode-toolbar,liberator-message-toolbar,liberator-status-toolbar"
81+
defaultset = "liberator-mode-toolbar,liberator-message-toolbar,liberator-status"
8282
>
8383
<!-- the flex values are like they are to make sure the liberator-message always gets
8484
maximum size up to the screen size, but still do not enlarge the whole window for very, very long strings-->
@@ -88,8 +88,16 @@
8888
<toolbaritem id="liberator-message-toolbar" flex="1">
8989
<label class="plain" collapsed="false" id="liberator-message" flex="1" crop="end" liberator:highlight="Normal"/>
9090
</toolbaritem>
91-
<toolbaritem id="liberator-status-toolbar" flex="10000000" >
92-
<label flex="1" class="plain" id="liberator-status" crop="center" style="text-align: end;" liberator:highlight="StatusLine"/>
91+
<toolbaritem id="liberator-status" flex="10000000" liberator:highlight="StatusLine">
92+
<spacer liberatorPosition="-1" flex="10000000"/>
93+
<label id="liberator-status-input"/>
94+
<toolbarbutton id="liberator-status-ssl"
95+
oncommand="liberator.modules.statusline.ssl.openPopup(this);"/>
96+
<label id="liberator-status-location" flex="1" crop="center"/>
97+
<label id="liberator-status-history"/>
98+
<label id="liberator-status-bookmark"/>
99+
<label id="liberator-status-tabcount"/>
100+
<label id="liberator-status-position"/>
93101
</toolbaritem>
94102
</toolbar>
95103
<hbox id="liberator-commandline" class="liberator-container" liberator:highlight="CmdLine">

0 commit comments

Comments
 (0)