Git Product home page Git Product logo

Comments (3)

prateekmedia avatar prateekmedia commented on May 31, 2024

Hmm I already have an option of minimal interface on Budgie desktop settings

I have tried to make it scroll able using ScrolledWindow but cant succeed completely, maybe anything you can help here,
I cant set height and width of it that respects the screen size.

I should use the Gtk stack and yeah I liked the suggestion to have that by default

from budgie-clipboard-applet.

fossfreedom avatar fossfreedom commented on May 31, 2024

So I would use a Gtk.Box within a GtkStack - pack_start (Gtk.ScrolledWindow, true, true) to ensure the scrolled window is expanded fully in the popup.

Add the Gtk.Listbox into the scrolled window and make sure you set the overlay scrolling and policy https://github.com/UbuntuBudgie/budgie-extras/blob/fcd8dd775c2ae684959898561bd3a4f52c7f6795/budgie-app-launcher/src/budgie-app-launcher/AppLauncherApplet.py#L138

The size of the popup will then determine the number of rows displayed - so just have an average of 6 or so rows because you dont want a huge popup.

Set the size of the popup https://github.com/UbuntuBudgie/budgie-extras/blob/master/budgie-app-launcher/src/budgie-app-launcher/AppLauncherApplet.py#L105

from budgie-clipboard-applet.

prateekmedia avatar prateekmedia commented on May 31, 2024
  • ScrolledWindow 3429ccb
  • Implement Dropdown effect for settings 9367afa

from budgie-clipboard-applet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.