Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-3177

Scroll bar down arrow does not resize correctly with stylesheets and Windows XP Style

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P3: Somewhat important P3: Somewhat important
    • 4.6.0
    • 4.4.3
    • Widgets: Style Sheets
    • None

      Scroll bar down arrow does not resize correctly with stylesheets and Windows XP Style.

      The style sheet that was used is

      QScrollBar:vertical

      { border: none; width: 50px; margin: 52px 0 52px 0; }


      QScrollBar::handle:vertical

      {min-height: 50px; }


      QScrollBar::add-line:vertical

      { height: 50px; subcontrol-position: bottom; subcontrol-origin: margin; }


      QScrollBar::sub-line:vertical

      { height: 50px; subcontrol-position: top; subcontrol-origin: margin; }


      QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical

      { background: none; }

      QScrollBar:horizontal

      { border: none; height: 50px; margin: 0 52px 0 52px; }


      QScrollBar::handle:horizontal

      {min-width: 50px; }


      QScrollBar::add-line:horizontal

      { width: 50px; subcontrol-position: right; subcontrol-origin: margin; }


      QScrollBar::sub-line:horizontal

      { width: 50px; subcontrol-position: left; subcontrol-origin: margin; }


      QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal

      { background: none; }

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            goffart Olivier Goffart (closed Nokia identity) (Inactive)
            roschern Nils Christian Roscher-Nielsen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes