Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scroll bar adjustment #97

Merged
merged 2 commits into from
Jul 31, 2020
Merged

Scroll bar adjustment #97

merged 2 commits into from
Jul 31, 2020

Conversation

JShep1
Copy link

@JShep1 JShep1 commented Jul 29, 2020

Closes gazebosim/gz-sim#99

Fixes a pre-existing issue with the scroll bar for the overall plugin side bar interfering with each plugin's individual scroll bar. I made the overall scroll bar visible, and made a small space on the right hand side for it to reside.

scrollbar

Signed-off-by: John Shepherd <john@openrobotics.org>
@JShep1 JShep1 requested review from nkoenig and chapulina July 29, 2020 21:03
Signed-off-by: John Shepherd <john@openrobotics.org>
@github-actions github-actions bot added the 📜 blueprint Ignition Blueprint label Jul 29, 2020
@chapulina chapulina added the bug Something isn't working label Jul 29, 2020
Copy link
Contributor

@chapulina chapulina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. The scrollbar is disappearing on dark mode. This change fixes it, but that's also on #84 , so we could just wait for that PR to make this change.

diff --git a/include/ignition/gui/qml/IgnSplit.qml b/include/ignition/gui/qml/IgnSplit.qml
index f5a8906..45cf3f1 100644
--- a/include/ignition/gui/qml/IgnSplit.qml
+++ b/include/ignition/gui/qml/IgnSplit.qml
@@ -283,6 +283,7 @@ SplitView {
     */
     Rectangle {
       id: splitWrapper
+      color: "transparent"
 
       /**
        * Expose the split view.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📜 blueprint Ignition Blueprint bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants