Skip to content

Commit

Permalink
Bundle for version 20
Browse files Browse the repository at this point in the history
  • Loading branch information
maoschanz committed Oct 20, 2020
1 parent 64281a7 commit 482d526
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 42 deletions.
Binary file modified [email protected]
Binary file not shown.
83 changes: 41 additions & 42 deletions [email protected]/prefs.ui
Original file line number Diff line number Diff line change
Expand Up @@ -31,49 +31,48 @@
<property name="halign">center</property>
<property name="margin">16</property>

<child>
<object class="GtkLabel">
<property name="halign">end</property>
<property name="expand">False</property>
<property name="label" translatable="yes">General layout</property>
</object>
<packing>
<property name="left-attach">0</property>
<property name="top-attach">0</property>
</packing>
</child>
<child>
<object class="GtkComboBoxText" id="position_combobox">
<property name="expand">False</property>
</object>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">0</property>
</packing>
</child>

<child>
<object class="GtkLabel">
<property name="expand">False</property>
<property name="halign">end</property>
<property name="label" translatable="yes">Number of emojis per line</property>
</object>
<packing>
<property name="left-attach">0</property>
<property name="top-attach">2</property>
</packing>
</child>
<child>
<object class="GtkSpinButton" id="nbcols_spinbtn">
<property name="expand">False</property>
<property name="adjustment">adjustment_nbcols</property>
</object>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">2</property>
</packing>
</child>
<child>
<object class="GtkLabel">
<property name="halign">end</property>
<property name="expand">False</property>
<property name="label" translatable="yes">General layout</property>
</object>
<packing>
<property name="left-attach">0</property>
<property name="top-attach">0</property>
</packing>
</child>
<child>
<object class="GtkComboBoxText" id="position_combobox">
<property name="expand">False</property>
</object>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">0</property>
</packing>
</child>

<child>
<object class="GtkLabel">
<property name="expand">False</property>
<property name="halign">end</property>
<property name="label" translatable="yes">Number of emojis per line</property>
</object>
<packing>
<property name="left-attach">0</property>
<property name="top-attach">2</property>
</packing>
</child>
<child>
<object class="GtkSpinButton" id="nbcols_spinbtn">
<property name="expand">False</property>
<property name="adjustment">adjustment_nbcols</property>
</object>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">2</property>
</packing>
</child>

<child>
<object class="GtkLabel">
Expand Down

0 comments on commit 482d526

Please sign in to comment.