Skip to content

Commit

Permalink
[skin.xml] Update Console screen to fix TAB processing
Browse files Browse the repository at this point in the history
  • Loading branch information
IanSav committed Jun 15, 2024
1 parent de41abd commit bb3460d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/share/enigma2/OverlayHD/skin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2888,9 +2888,9 @@ except Exception as err:

<!-- Command Prompt Output -->

<screen name="Console" title="Command execution..." position="fill" flags="wfNoBorder">
<screen name="Console" title="Console Output" position="fill" flags="wfNoBorder">
<panel name="ScreenTemplate" />
<widget name="text" position="50,80" size="1180,565" backgroundColor="TextBackground" font="Console;16" foregroundColor="Text" transparent="1" />
<widget name="text" position="50,80" size="1180,565" backgroundColor="TextBackground" font="Console;16" foregroundColor="Text" tabWidth="auto" transparent="1" />
</screen>

<!-- Include files that define the rest of the UI -->
Expand Down

0 comments on commit bb3460d

Please sign in to comment.