Hello is there possibility to add secondary info panel because my main info panel grown up in side dramatically and most of the time i only need values that show in blue color on screenshot, but occasionally i need also full values so i cant shorten the original info panel.
Would be ideal if there was secondary a info panel available that i can place on the right side of the screen same exact logic just separate info panel that grows in size as i add more values.
Provide a secondary info panel?
Moderator: xnview
-
FKCapitalism2
- Posts: 400
- Joined: Sun Apr 23, 2023 5:14 am
Provide a secondary info panel?
You do not have the required permissions to view the files attached to this post.
-
Franky
- Posts: 327
- Joined: Fri Mar 06, 2020 1:28 pm
- Location: France - BZH
Re: Provide a secondary info panel?
Hi,
Yes you can have your personal information panel.
You can configure it in settings/view/info
Yes you can have your personal information panel.
You can configure it in settings/view/info
-
FKCapitalism2
- Posts: 400
- Joined: Sun Apr 23, 2023 5:14 am
Re: Provide a secondary info panel?
That's actually the info panel i configured on the left on screenshot, but as you see it is using all vertical space could benefit from secondary info panel where i can put only few fields.Franky wrote: Wed Apr 08, 2026 7:48 amYes you can have your personal information panel.
You can configure it in settings/view/info
-
Franky
- Posts: 327
- Joined: Fri Mar 06, 2020 1:28 pm
- Location: France - BZH
Re: Provide a secondary info panel?
If I understood correctly, you have already created your left panel with all the information and you want a second one with less information.
I don't think you can create two sections of information.
I don't think you can create two sections of information.
-
user0
- XnThusiast
- Posts: 2888
- Joined: Sat May 09, 2015 9:37 am
Re: Provide a secondary info panel?
use table + stretch horizontally + opacity 0
Code: Select all
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<!-- Left column -->
<td width="200" style="background-color: rgba(0,0,0,0.3);">
Left content here
</td>
<!-- Spacer -->
<td> </td>
<!-- Right column -->
<td width="200" style="background-color: rgba(0,0,0,0.3);">
Right content here
</td>
</tr>
</table>
Last edited by user0 on Fri Apr 10, 2026 4:46 pm, edited 1 time in total.
-
FKCapitalism2
- Posts: 400
- Joined: Sun Apr 23, 2023 5:14 am
Re: Provide a secondary info panel?
That's why i asked for it as new feature request
ideally i have big table hidden almost always and only show small table all the time, then enable big table occasionally with hotkey