mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Alter playlist width with box container width
This commit is contained in:
@@ -168,8 +168,11 @@ separator {
|
|||||||
.osd list row {
|
.osd list row {
|
||||||
-gtk-icon-shadow: none;
|
-gtk-icon-shadow: none;
|
||||||
}
|
}
|
||||||
.osd .speedscale {
|
.elapsedpopoverbox {
|
||||||
min-width: 330px;
|
min-width: 260px;
|
||||||
|
}
|
||||||
|
.osd .elapsedpopoverbox {
|
||||||
|
min-width: 360px;
|
||||||
}
|
}
|
||||||
.osd .speedscale trough highlight {
|
.osd .speedscale trough highlight {
|
||||||
min-height: 6px;
|
min-height: 6px;
|
||||||
|
@@ -215,9 +215,10 @@ class ClapperElapsedPopoverButton extends LabelPopoverButton
|
|||||||
{
|
{
|
||||||
super._init(text);
|
super._init(text);
|
||||||
|
|
||||||
|
this.popoverBox.add_css_class('elapsedpopoverbox');
|
||||||
|
|
||||||
this.scrolledWindow = new Gtk.ScrolledWindow({
|
this.scrolledWindow = new Gtk.ScrolledWindow({
|
||||||
max_content_height: 150,
|
max_content_height: 150,
|
||||||
min_content_width: 250,
|
|
||||||
propagate_natural_height: true,
|
propagate_natural_height: true,
|
||||||
});
|
});
|
||||||
this.popoverBox.append(this.scrolledWindow);
|
this.popoverBox.append(this.scrolledWindow);
|
||||||
|
Reference in New Issue
Block a user