Skip to content

Commit

Permalink
statusbar: Avoid resize when showing progressbar
Browse files Browse the repository at this point in the history
The progressbar is lager than the stats and it would cause the box to
resize. Give it enough space by requesting at least 24px.
  • Loading branch information
infirit committed Jul 17, 2022
1 parent 0295138 commit f3ea230
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions data/ui/manager-main.ui
Original file line number Diff line number Diff line change
Expand Up @@ -174,16 +174,15 @@
</child>
<child>
<object class="GtkBox" id="statusbar">
<property name="height-request">24</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="border-width">0</property>
<property name="homogeneous">True</property>
<child>
<object class="GtkBox" id="status_data">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
<property name="valign">center</property>
<property name="spacing">2</property>
<child>
<placeholder/>
Expand All @@ -200,7 +199,6 @@
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">end</property>
<property name="valign">center</property>
<property name="spacing">2</property>
<child>
<placeholder/>
Expand Down

0 comments on commit f3ea230

Please sign in to comment.