Skip to content

Commit

Permalink
width_chars on number fields
Browse files Browse the repository at this point in the history
Most number fields were displayed too short to show the complete number.
  • Loading branch information
Locke committed Mar 29, 2020
1 parent 53473fb commit e98a5f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fah/FAHControl.glade
Original file line number Diff line number Diff line change
Expand Up @@ -3353,6 +3353,7 @@ Would you like to configure your identity now?</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">●</property>
<property name="width_chars">7</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="adjustment">port_adjustment</property>
Expand Down Expand Up @@ -3635,6 +3636,7 @@ Would you like to configure your identity now?</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">●</property>
<property name="width_chars">8</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="adjustment">team_adjustment</property>
Expand Down Expand Up @@ -4461,6 +4463,7 @@ Warning, changes you make here may render your client inaccessible even from the
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">●</property>
<property name="width_chars">6</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="adjustment">command_port_adjustment</property>
Expand Down Expand Up @@ -4954,6 +4957,7 @@ Addresses listed here also need to be listed above to allow access.</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">•</property>
<property name="width_chars">7</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="adjustment">proxy_port_adjustment</property>
Expand Down Expand Up @@ -7442,6 +7446,7 @@ Folding slots can be one of three types, Uniprocessor, SMP or GPU. Representing
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">•</property>
<property name="width_chars">8</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="adjustment">viz_width_adjustment</property>
Expand Down Expand Up @@ -7471,6 +7476,7 @@ Folding slots can be one of three types, Uniprocessor, SMP or GPU. Representing
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">•</property>
<property name="width_chars">8</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="adjustment">viz_height_adjustment</property>
Expand Down

0 comments on commit e98a5f8

Please sign in to comment.