File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 78
78
customizable = " true"
79
79
fullscreentoolbar = " true"
80
80
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"
82
82
>
83
83
<!-- the flex values are like they are to make sure the liberator-message always gets
84
84
maximum size up to the screen size, but still do not enlarge the whole window for very, very long strings-->
88
88
<toolbaritem id =" liberator-message-toolbar" flex =" 1" >
89
89
<label class =" plain" collapsed =" false" id =" liberator-message" flex =" 1" crop =" end" liberator : highlight =" Normal" />
90
90
</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" />
93
101
</toolbaritem >
94
102
</toolbar >
95
103
<hbox id =" liberator-commandline" class =" liberator-container" liberator : highlight =" CmdLine" >
You can’t perform that action at this time.
0 commit comments