Skip to content

Commit

Permalink
Improve resizing of the devices combo
Browse files Browse the repository at this point in the history
  • Loading branch information
dagargo committed Dec 4, 2022
1 parent 358a1d7 commit c779232
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/gui.glade
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ along with Elektroid. If not, see <http://www.gnu.org/licenses/>.
<object class="GtkComboBox" id="devices_combo">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="hexpand">True</property>
<property name="model">devices_list_store</property>
<child>
<object class="GtkCellRendererText"/>
Expand All @@ -437,7 +438,7 @@ along with Elektroid. If not, see <http://www.gnu.org/licenses/>.
</child>
</object>
<packing>
<property name="expand">True</property>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
Expand Down

0 comments on commit c779232

Please sign in to comment.