update console layout

This commit is contained in:
MihailRis
2025-03-12 18:00:28 +03:00
parent aeb8acb7c9
commit fb18442322
7 changed files with 28 additions and 19 deletions
+11 -6
View File
@@ -1,6 +1,11 @@
<label hover-color='#30A0FF'
interactive='true'
markup='md'
onclick='open_file_in_editor("%{filename}")'>
[#FFFFFF80]%{path}[#FFFFFFFF]%{name}
</label>
<container size="18">
<image src="gui/%{type}" size="16"></image>
<label hover-color='#30A0FF'
pos="20,2"
interactive="true"
onclick='open_file_in_editor("%{filename}")'
markup='md'
sizefunc="-1,-1">
[#FFFFFF80]%{path}[#FFFFFFFF]%{name}
</label>
</container>