Bug 7817

Summary: It's difficult to tell which tab is selected in client options
Product: ThinLinc Reporter: Samuel Mannehed <samuel>
Component: ClientAssignee: Bugzilla mail exporter <bugzilla-qa>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: trunk   
Target Milestone: MediumPrio   
Hardware: PC   
OS: Unknown   
Acceptance Criteria:
Attachments: Client options with "security" as selected tab

Description Samuel Mannehed cendio 2021-12-28 20:19:18 CET
Created attachment 1013 [details]
Client options with "security" as selected tab

Our current client option interface doesn't indicate in a clear way which tab is selected. See the attachment.

It's possible to highlight the selected tab using "tabs->selection_color();":

https://www.fltk.org/doc-1.3/classFl__Tabs.html#Highlighting_The_Selected_Tab

We might also consider making the label of the selected tab bold or something along those lines.
Comment 1 Samuel Mannehed cendio 2022-01-28 15:51:34 CET
This upstream PR would fix this issue:

https://github.com/TigerVNC/tigervnc/pull/1410