Git Product home page Git Product logo

Comments (6)

casperstorm avatar casperstorm commented on May 18, 2024 1

Ah, i know the cause of this. I'll fix this. Good catch.

from ajour.

tarkah avatar tarkah commented on May 18, 2024

This commit is causing it 1a25380

from ajour.

tarkah avatar tarkah commented on May 18, 2024

Looks like it caused by since the version of my addon has additional data in it

diff --git a/src/gui/element.rs b/src/gui/element.rs
index e791d78..6ccc383 100644
--- a/src/gui/element.rs
+++ b/src/gui/element.rs
@@ -164,7 +164,7 @@ pub fn settings_container<'a>(
 }

 pub fn addon_data_cell(addon: &'_ mut Addon, is_addon_expanded: bool) -> Container<'_, Message> {
-    let default_height = Length::Units(26);
+    let default_height = Length::Units(28);

from ajour.

tarkah avatar tarkah commented on May 18, 2024

If I expand it to 35 units...

image

from ajour.

casperstorm avatar casperstorm commented on May 18, 2024

I've fixed this with a temporary fix. If we increase the cell height it breaks (again) but I'll need more time to come up with a proper solution because in my opinion it is something iced should be able to handle.

When I have a proper solution I'll open a PR.

from ajour.

tarkah avatar tarkah commented on May 18, 2024

Sounds good, thanks for getting this fixed. Yeah, until he gives us a way to disable text wrapping, we're out of luck here on taller rows.

from ajour.

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.