Update README.md with new navigation structure and UI adjustments for video library manager. Enhance LibraryStyles.axaml to improve layout of filter and navigation bars. Revise MainWindow.axaml to accommodate updated UI components and ensure better user experience across different screen sizes.
This commit is contained in:
@@ -112,9 +112,13 @@
|
||||
<Setter Property="FontWeight" Value="SemiBold" />
|
||||
</Style>
|
||||
|
||||
<!-- A row of controls that belongs to the page below it rather than to the window. -->
|
||||
<Style Selector="Border.filterBar">
|
||||
<Setter Property="Padding" Value="20,10" />
|
||||
<!--
|
||||
A row of controls that belongs to the page below it rather than to the window. Lighter
|
||||
than the window bars on purpose: it sits inside the content, and giving it the same weight
|
||||
would make the window read as three stacked strips of chrome.
|
||||
-->
|
||||
<Style Selector="Border.filterBar, Border.navBar">
|
||||
<Setter Property="Padding" Value="20,9" />
|
||||
<Setter Property="BorderBrush" Value="{DynamicResource SurfaceBorderBrush}" />
|
||||
<Setter Property="BorderThickness" Value="0,0,0,1" />
|
||||
</Style>
|
||||
|
||||
Reference in New Issue
Block a user