怎么让选择图片后,底部的信息栏显示图片分辨率?
Everything (1.5a) 1.5.0.1408a (x64)
怎么让底部信息栏显示图片分辨率
Re: 怎么让底部信息栏显示图片分辨率
Status Bar Format, which can also use, Search Preprocessor, so I would think it could be done.
Re: 怎么让底部信息栏显示图片分辨率
显示尺寸列。Show the dimensions column.
-or-
- In Everything 1.5, from the Tools menu, click Options.
- Click the Advanced tab on the left.
- To the right of Show settings containing, search for:
statusbar- Select: statusbar_selected_item_format
- Set the value to:
Code: Select all
$o items<if:$dimensions:," | Dimensions: "$dimensions:> | Size: $s | Date Modified: $m | Path: $p- Click OK.
Status Bar Format
-或-
- 在Everything 1.5中,从工具菜单中,单击选项。
- 单击左侧的高级选项卡。
- 在显示包含以下内容的设置右侧,搜索:
statusbar - 选择:statusbar_selected_item_format
- 将值设置为:
Code: Select all
$o items<if:$dimensions:," | Dimensions: "$dimensions:> | Size: $s | Date Modified: $m | Path: $p - 单击确定。