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

Can't resize the right hand dock #107

Closed
stonier opened this issue May 21, 2018 · 8 comments
Closed

Can't resize the right hand dock #107

stonier opened this issue May 21, 2018 · 8 comments

Comments

@stonier
Copy link
Collaborator

stonier commented May 21, 2018

The dock handles won't let me resize, everyone else having this problem?

no_values

Note the dock handles in that image. Dragging them goes nowhere.

@basicNew
Copy link

It seems that if you remove the time control pane then you can resize it. Maybe the control has a fixed width?

@caguero
Copy link
Contributor

caguero commented May 24, 2018

We have a fixed size policy in the time widget:

mainLayout->setSizeConstraint(QLayout::SetFixedSize);

PR coming up soon.

@caguero
Copy link
Contributor

caguero commented May 24, 2018

@stonier
Copy link
Collaborator Author

stonier commented Jun 1, 2018

@caguero is this one awaiting an ign_gui bump?

@caguero
Copy link
Contributor

caguero commented Jun 1, 2018

It's already in, we should be able to resize the widget right now.

@caguero caguero closed this as completed Jun 1, 2018
@stonier stonier reopened this Jun 1, 2018
@stonier
Copy link
Collaborator Author

stonier commented Jun 1, 2018

I'm still unable to resize the dock until I kill the time widget (I have updated the sources from delphyne.repos)?

@caguero
Copy link
Contributor

caguero commented Jun 1, 2018

Hmm, it seems to work for me in two different computers (including the Kubuntu one). Is hg sum in src/ignition_gui showing the right info (893535661f84)?

caguero@bb9:~/delphyne_ws/src/ign_gui$ hg sum
parent: 1004:893535661f84 
 Merged in qwt5 (pull request #108)
branch: default
commit: (clean)
update: 3 new changesets (update)
phases: 165 draft
caguero@bb9:~/delphyne_ws/src/ign_gui$

@stonier
Copy link
Collaborator Author

stonier commented Jun 1, 2018

oh, error on my part - I hacked my Makefile recently to test a PR of yours last week and forgot to revert it.

Tested and working!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants