[konsole] [Bug 377161] New: usability in style

Joachim Schiele bugzilla_noreply at kde.org
Fri Mar 3 13:32:37 UTC 2017


https://bugs.kde.org/show_bug.cgi?id=377161

            Bug ID: 377161
           Summary: usability in style
           Product: konsole
           Version: 16.12.3
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: tabbar
          Assignee: konsole-devel at kde.org
          Reporter: js at lastlog.de
  Target Milestone: ---

Created attachment 104336
  --> https://bugs.kde.org/attachment.cgi?id=104336&action=edit
kde style as it is in 5.x

upgrading to kde 5 i smiled as the tabs in 'kate' do have an underline for the
active tab but 'konsole' didn't follow this standard.

i've hacked together a css:
/* https://gist.github.com/codemedic/f11cc460b8d9544f9afc */

QTabBar::tab:selected
{
    font-weight: bold;
    background-color: palette(window);
    border: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0
palette(window), stop: 0.85 palette(window), stop: 1 palette(highlight));
}

it is not perfect but a good start to illustrate the problem and a solution.

request: could konsole use the same style as kate for its active tabs? would
make it so much easier to see 'which' tab is active on dimmed displays or
displays where sun is shining on.

thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list