Wireshark-commits: [Wireshark-commits] master a802000: Qt: Allow action buttons to be left-aligned
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 05 Nov 2019 16:56:39 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a802000a2e6d078a9875d6fef3f7a1630414da04
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a802000 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Allow action buttons to be left-aligned
    
    Buttons can be left-aligned in the display filter edit bar, by selecting
    the corresponding option from the context menu
    
    Bug: 14123
    Change-Id: I18b48bb0ea43a598b2e309dcad9210463be06414
    Reviewed-on: https://code.wireshark.org/review/34980
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  a218460   Qt: IOGraph display filter graph added
     add  a802000   Qt: Allow action buttons to be left-aligned


Summary of changes:
 docbook/release-notes.adoc            |   1 +
 ui/qt/widgets/display_filter_edit.cpp | 207 ++++++++++++++++++++--------------
 ui/qt/widgets/display_filter_edit.h   |   6 +
 ui/recent.c                           |   9 ++
 ui/recent.h                           |   1 +
 5 files changed, 140 insertions(+), 84 deletions(-)