Skip to content

Commit

Permalink
blueman-manager: Drop homgeneous from statusbar
Browse files Browse the repository at this point in the history
Allows the list to be resized more not taking so much horizontal space.
  • Loading branch information
infirit committed Oct 24, 2023
1 parent 7951b49 commit c25ae66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/ui/manager-main.ui
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,9 @@
<property name="height-request">24</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="homogeneous">True</property>
<child>
<object class="GtkBox" id="status_data">
<property name="width-request">200</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
Expand All @@ -441,7 +441,7 @@
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
Expand Down

0 comments on commit c25ae66

Please sign in to comment.