mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
sysprof: set max sidebar widths
This commit is contained in:
@ -19,6 +19,7 @@
|
|||||||
<property name="content">
|
<property name="content">
|
||||||
<object class="AdwOverlaySplitView">
|
<object class="AdwOverlaySplitView">
|
||||||
<property name="show-sidebar" bind-source="show_left_sidebar" bind-property="active" bind-flags="bidirectional|sync-create"/>
|
<property name="show-sidebar" bind-source="show_left_sidebar" bind-property="active" bind-flags="bidirectional|sync-create"/>
|
||||||
|
<property name="max-sidebar-width">200</property>
|
||||||
<property name="sidebar">
|
<property name="sidebar">
|
||||||
<object class="AdwNavigationPage">
|
<object class="AdwNavigationPage">
|
||||||
<property name="child">
|
<property name="child">
|
||||||
@ -54,6 +55,7 @@
|
|||||||
<object class="AdwOverlaySplitView">
|
<object class="AdwOverlaySplitView">
|
||||||
<property name="sidebar-position">end</property>
|
<property name="sidebar-position">end</property>
|
||||||
<property name="show-sidebar" bind-source="show_right_sidebar" bind-property="active" bind-flags="bidirectional|sync-create"/>
|
<property name="show-sidebar" bind-source="show_right_sidebar" bind-property="active" bind-flags="bidirectional|sync-create"/>
|
||||||
|
<property name="max-sidebar-width">200</property>
|
||||||
<property name="content">
|
<property name="content">
|
||||||
<object class="AdwToolbarView">
|
<object class="AdwToolbarView">
|
||||||
<child type="top">
|
<child type="top">
|
||||||
|
|||||||
Reference in New Issue
Block a user