mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 06:50:38 +00:00
Add more space around autosized buttons so that they are usable without
manual intervention git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13451 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
eb4cf3c858
commit
da8c4bdb2c
1 changed files with 4 additions and 0 deletions
|
@ -964,6 +964,10 @@
|
|||
{
|
||||
borderSize.height += 1;
|
||||
borderSize.width += 3;
|
||||
|
||||
/* Add some more space because it looks better. */
|
||||
borderSize.height += 2;
|
||||
borderSize.width += 3;
|
||||
}
|
||||
|
||||
// Add border size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue