1. remove wrap from bind in interface.xml
2. in MountPoint, add refresh ability
This commit is contained in:
@@ -386,7 +386,7 @@ row 2 | _______________ __________________ |
|
||||
<grid_location row='1' column='1' rowspan='2'/>
|
||||
<variable name='raid_devs' type='StringVar'/>
|
||||
<action init='raid_device_init'/>
|
||||
<binding sequence='ListboxSelect' function='raid_device_list_detail' wrap='double'/>
|
||||
<binding sequence='<<ListboxSelect>>' function='raid_device_list_detail'/>
|
||||
</widget>
|
||||
</widget>
|
||||
|
||||
@@ -463,7 +463,7 @@ row 4 | |
|
||||
<grid_location row='0' column='0' sticky='NSWE'/>
|
||||
<variable name='mount.list' type='StringVar'/>
|
||||
<action init='mount_list_init'/>
|
||||
<binding sequence='ListboxSelect' function='mount_list_modify' wrap='double'/>
|
||||
<binding sequence='<<ListboxSelect>>' function='mount_list_modify'/>
|
||||
</widget>
|
||||
<widget type='Scrollbar' name='mount.scroll.v'>
|
||||
<widget_attribute orient='vertical'/>
|
||||
@@ -608,7 +608,7 @@ row 4 | |
|
||||
| _____________________________________________ |
|
||||
| | _ _ _ | |
|
||||
| | |_| optional 1 |_| optional 2 |_| optional 3| |
|
||||
| |_____________________________________________| |
|
||||
| |_____________________________________________| |
|
||||
|________________________________________________________________________|
|
||||
-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user