Skip to content

Commit

Permalink
Help text in policy editor is wrapped to too wide size
Browse files Browse the repository at this point in the history
Fixes: QubesOS/qubes-issues#9060
(cherry picked from commit 03614c0)
  • Loading branch information
alimirjamali authored and marmarek committed Aug 11, 2024
1 parent ef797e9 commit 919f6dd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions qubes_config/policy_editor.glade
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</child>
</object>
<object class="GtkApplicationWindow" id="main_window">
<property name="height-request">800</property>
<property name="height-request">700</property>
<property name="can-focus">False</property>
<property name="hexpand">False</property>
<property name="vexpand">False</property>
Expand Down Expand Up @@ -103,7 +103,7 @@
</child>
<child>
<object class="GtkScrolledWindow" id="source_window">
<property name="width-request">1000</property>
<property name="width-request">800</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="vexpand">True</property>
Expand Down Expand Up @@ -147,20 +147,21 @@
</child>
</object>
<packing>
<property name="resize">False</property>
<property name="shrink">True</property>
<property name="resize">True</property>
<property name="shrink">False</property>
</packing>
</child>
<child>
<object class="GtkScrolledWindow" id="help_window">
<property name="width-request">500</property>
<property name="width-request">450</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="shadow-type">in</property>
<child>
<object class="GtkViewport" id="help_viewport">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="border_width">5</property>
<child>
<object class="GtkLabel" id="help_label">
<property name="visible">True</property>
Expand Down

0 comments on commit 919f6dd

Please sign in to comment.