Wireshark-commits: [Wireshark-commits] master 681b97a: Qt: Make horizontal spacer size to be fixed

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 24 Oct 2016 05:56:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=681b97a047fa10c050a86869e113f8ecb3f9d127
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

681b97a by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Qt: Make horizontal spacer size to be fixed
    
    The Search Frame can be used to find frames by a display filter
    expression that can be very long, so stretch a text field instead
    of free space.
    
    Example of a display filter expression that can be used in
    the "search bar":
    bthci_cmd.opcode == 0x200d || bthci_evt.le_meta_subevent == 0x0a
    
    Change-Id: I52b30386e96a726824c25a926742a24d653dfcfe
    Reviewed-on: https://code.wireshark.org/review/18234
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  3b502c8   Qt: fix possible crash on sorting custom columns
    adds  681b97a   Qt: Make horizontal spacer size to be fixed


Summary of changes:
 ui/qt/search_frame.ui |    3 +++
 1 file changed, 3 insertions(+)