Merge lp:~alice-mizuki/aptdaemon/details-vexpand into lp:aptdaemon

Proposed by Alice Mizuki
Status: Needs review
Proposed branch: lp:~alice-mizuki/aptdaemon/details-vexpand
Merge into: lp:aptdaemon
Diff against target: 11 lines (+1/-0)
1 file modified
aptdaemon/gtk3widgets.py (+1/-0)
To merge this branch: bzr merge lp:~alice-mizuki/aptdaemon/details-vexpand
Reviewer Review Type Date Requested Status
Aptdaemon Developers Pending
Review via email: mp+406792@code.launchpad.net

Description of the change

Details textview (in _DetailsExpanderMessageDialog) now also expands vertically making it much easier to read than before.

Preview: https://imgur.com/a/je7cJ9L

To post a comment you must log in.

Unmerged revisions

988. By Alice Mizuki

aptdaemon/gtk3widgets.py: set vexpand on details textview

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'aptdaemon/gtk3widgets.py'
--- aptdaemon/gtk3widgets.py 2016-11-02 16:05:35 +0000
+++ aptdaemon/gtk3widgets.py 2021-08-07 18:14:47 +0000
@@ -1175,6 +1175,7 @@
1175 scrolled.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC)1175 scrolled.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC)
1176 scrolled.set_shadow_type(Gtk.ShadowType.ETCHED_IN)1176 scrolled.set_shadow_type(Gtk.ShadowType.ETCHED_IN)
1177 textview = Gtk.TextView()1177 textview = Gtk.TextView()
1178 textview.set_vexpand(True)
1178 textview.set_wrap_mode(Gtk.WrapMode.WORD)1179 textview.set_wrap_mode(Gtk.WrapMode.WORD)
1179 buffer = textview.get_buffer()1180 buffer = textview.get_buffer()
1180 scrolled.add(textview)1181 scrolled.add(textview)

Subscribers

People subscribed via source and target branches

to status/vote changes: