tweaking ui of library_items and the width of the library
These changes make the library and each individual library react to their size better.
This commit is contained in:
parent
d2394c6540
commit
a792bc459f
2 changed files with 48 additions and 35 deletions
|
@ -612,7 +612,7 @@ impl cosmic::Application for App {
|
|||
.center_y(Length::Fill)
|
||||
.align_left(Length::Fill)
|
||||
.width(Length::FillPortion(2)),
|
||||
library
|
||||
library.width(Length::FillPortion(2))
|
||||
]
|
||||
.width(Length::Fill)
|
||||
.height(Length::Fill)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue