Skip to content

Commit

Permalink
[CUERipper] Add AutoSize to further buttons
Browse files Browse the repository at this point in the history
- The Russian translations of "Reload" and "Codepage" need slightly
  more space to fit into the buttons. Add AutoSize property to
  buttonReload and buttonEncoding.
  • Loading branch information
c72578 committed May 1, 2021
1 parent dadcf34 commit c68f96b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CUERipper/frmCUERipper.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1341,6 +1341,9 @@
<data name="&gt;&gt;buttonVA.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="buttonReload.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="buttonReload.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
Expand Down Expand Up @@ -1371,6 +1374,9 @@
<data name="&gt;&gt;buttonReload.ZOrder" xml:space="preserve">
<value>7</value>
</data>
<data name="buttonEncoding.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="buttonEncoding.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
Expand Down

0 comments on commit c68f96b

Please sign in to comment.