Skip to content

Commit 85bbd5d

Browse files
committed
Updated plugin window template
1 parent 4a41c4b commit 85bbd5d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

res/main/ui/window.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,17 @@
7979
<void expand="true"/>
8080

8181
<!-- Jack status -->
82-
<hbox ui:id="jack_indicator" visibility="false" spacing="6" padding.right="12">
82+
<hbox ui:id="jack_indicator" visibility="false" spacing="6" padding.right="6">
8383
<label text="statuses.jack.label" ui:inject="PluginWindow::StatusBar::Label" />
8484
<label ui:id="jack_status" text="statuses.jack.off" ui:inject="PluginWindow::StatusBar::Label" />
8585
</hbox>
8686

8787
<!-- Help icon -->
88-
<label ui:id="trg_plugin_manual" font.name="lsp-icons" hover="true" color="footer_icon_rsz" hover.color="menu_icon_hover" font.size="12" font.antialias="true" text="6" halign="1" pointer="hand"/>
88+
<label ui:id="trg_plugin_manual"
89+
font.name="lsp-icons" font.size="12" font.antialias="true"
90+
text="6"
91+
hover="true" color="footer_icon_rsz" hover.color="menu_icon_hover"
92+
halign="1" pointer="hand" />
8993

9094
<!-- sizing icon -->
9195
<label ui:id="trg_window_scale"

0 commit comments

Comments
 (0)