Skip to content

Commit f020c60

Browse files
author
p01
committed
added min_width on the resource_tree_view
1 parent 110aba6 commit f020c60

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/client/client.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,11 +610,12 @@ ui_framework.layouts.resource_rough_layout =
610610
[
611611
{
612612
name: 'resource_tree_panel',
613-
width: 500, tabbar: { id:'resources_tree', tabs: ['resource_tree_view'], is_hidden:true }
613+
min_width:150,
614+
width: 300, tabbar: { id:'resources_tree', tabs: ['resource_tree_view'], is_hidden:true }
614615
},
615616
{
616617
name: 'resource_detail_panel',
617-
width:400, tabbar:{id:'resource_detail',tabs:['resource_detail_view'], is_hidden:true }
618+
width:600, tabbar:{id:'resource_detail',tabs:['resource_detail_view'], is_hidden:true }
618619
}
619620
]
620621
};

0 commit comments

Comments
 (0)