Skip to content

Commit 76fda8a

Browse files
committed
Maintain a useful height for the details pane when using a low-
resolution monitor. The details pane was shrinking to accomodate lower resolutions, to the point it was pretty useless without having to resize. This will keep the lower pane at a consistent size, and adjustments for monitor height will be taken from the upper pane instead where there is a lot more spare room. Setting the 'shrink' property to true makes sure the lower pane can still be made smaller if the user wants to expand the update list. Fixes #831
1 parent 61a6814 commit 76fda8a

File tree

1 file changed

+2
-1
lines changed
  • usr/share/linuxmint/mintupdate

1 file changed

+2
-1
lines changed

usr/share/linuxmint/mintupdate/main.ui

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@
387387
</child>
388388
<child>
389389
<object class="GtkNotebook" id="notebook_details">
390+
<property name="height-request">150</property>
390391
<property name="visible">True</property>
391392
<property name="can-focus">True</property>
392393
<child>
@@ -492,7 +493,7 @@
492493
</object>
493494
<packing>
494495
<property name="resize">True</property>
495-
<property name="shrink">False</property>
496+
<property name="shrink">True</property>
496497
</packing>
497498
</child>
498499
<style>

0 commit comments

Comments
 (0)