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

Controlling the width, and the standardization of search results. #3

Closed
ghost opened this issue Jul 9, 2014 · 5 comments
Closed

Controlling the width, and the standardization of search results. #3

ghost opened this issue Jul 9, 2014 · 5 comments

Comments

@ghost
Copy link

ghost commented Jul 9, 2014

Hi, can you please add a panel, to show the url of application like a marquee tag of html, when your mouse are over some app? Do not display the url directly on main box, because can have a long size. Instead, show the archive name only. Like cinnamon menu show only the application name, and show the description for the application in another panel. At least, do not allowed a width bigger than the corresponding monitor width for the applet's actor, right now can be bigger than the screen. You also can use two or three lines for show the description instead a marquee.

Thanks.

@ghost
Copy link
Author

ghost commented Jul 9, 2014

captura de pantalla de 2014-07-09 12 50 00

@glebihan
Copy link
Owner

glebihan commented Jul 9, 2014

You're not using the latest version, where a max width is defined.
As for the panel, I'll think about it.

@ghost
Copy link
Author

ghost commented Jul 9, 2014

Ok, I see... I made a pull request to fix the scroll problem... And also please, disconnect the notify::hover signal, because this cause a problem on the auto scroll feature. I not see the utility of scroll to the button on hover if you have the auto scroll enabled and like i say this cause a problem on autoscroll. Delete this line:

button.actor.connect("notify::hover", Lang.bind(this, this._scrollToButton));

And thanks.

@glebihan
Copy link
Owner

@lestcape : what autoscroll are you talking about ? that line is precisely there to implement autoscroll

@ghost
Copy link
Author

ghost commented Jul 10, 2014

this._scrollBox.set_auto_scrolling(true);

@ghost ghost closed this as completed Sep 30, 2017
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant