Skip to content

Commit

Permalink
Merge pull request #4828 from ronso0/shade-splitter-glitch
Browse files Browse the repository at this point in the history
Shade: fix library sidebar splitter glitch
  • Loading branch information
daschuer authored Jun 29, 2022
2 parents 242bf0f + a7a289f commit 24d77f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions res/skins/Shade/library.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
<Children>
<!-- Sidebar etc. -->
<WidgetGroup>
<!-- Required for restoring the splitter sizes, otherwise the searchbox
would force.expand the left side.
Also required to avoid resize (shrink) glitch with long titles loaded
to the preview deck. -->
<SizePolicy>i,min</SizePolicy>
<Layout>vertical</Layout>
<Children>
<Template src="skin:preview_deck.xml"/>
Expand Down

0 comments on commit 24d77f3

Please sign in to comment.