Skip to content

Commit

Permalink
Shade: fix library sidebar splitter glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Jun 27, 2022
1 parent 50708ab commit a7a289f
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 a7a289f

Please sign in to comment.