怎么让底部信息栏显示图片分辨率

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
coccvo
Posts: 3
Joined: Thu Oct 02, 2025 5:55 am

怎么让底部信息栏显示图片分辨率

Post by coccvo »

怎么让选择图片后,底部的信息栏显示图片分辨率?
Everything (1.5a) 1.5.0.1408a (x64)
QQ_1776166071233.png
QQ_1776166071233.png (5.79 KiB) Viewed 1122 times
therube
Posts: 5711
Joined: Thu Sep 03, 2009 6:48 pm

Re: 怎么让底部信息栏显示图片分辨率

Post by therube »

Status Bar Format, which can also use, Search Preprocessor, so I would think it could be done.
void
Developer
Posts: 19839
Joined: Fri Oct 16, 2009 11:31 pm

Re: 怎么让底部信息栏显示图片分辨率

Post by void »

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
    
  • 单击确定
状态栏格式
Post Reply