Skip to content

Commit

Permalink
Adjusted "Customer Area" and "Admin Area" button sizes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtrendence committed Jan 2, 2021
1 parent cd92249 commit 83534c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/com/xtrendence/acs/view/AdminArea.form
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<constraints>
<grid row="0" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false">
<minimum-size width="150" height="30"/>
<preferred-size width="120" height="30"/>
<maximum-size width="120" height="30"/>
<preferred-size width="150" height="30"/>
<maximum-size width="150" height="30"/>
</grid>
</constraints>
<properties>
Expand Down
6 changes: 3 additions & 3 deletions src/com/xtrendence/acs/view/CustomerArea.form
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
<component id="61acd" class="javax.swing.JButton" binding="adminButton">
<constraints>
<grid row="0" column="4" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="4" fill="0" indent="0" use-parent-layout="false">
<minimum-size width="100" height="30"/>
<preferred-size width="100" height="30"/>
<maximum-size width="100" height="30"/>
<minimum-size width="120" height="30"/>
<preferred-size width="120" height="30"/>
<maximum-size width="120" height="30"/>
</grid>
</constraints>
<properties>
Expand Down

0 comments on commit 83534c2

Please sign in to comment.