mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-20 18:32:17 +00:00
Minor UI enhancement: main button alignement adjusted.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12226 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5adf8da156
commit
32f9d95914
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
||||||
* Left button matrix
|
* Left button matrix
|
||||||
*/
|
*/
|
||||||
|
|
||||||
_w_frame = NSMakeRect(8,376,240,60);
|
_w_frame = NSMakeRect(8,372,240,60);
|
||||||
matrix = [[NSMatrix alloc] initWithFrame: _w_frame
|
matrix = [[NSMatrix alloc] initWithFrame: _w_frame
|
||||||
mode: NSHighlightModeMatrix
|
mode: NSHighlightModeMatrix
|
||||||
prototype: buttonCell
|
prototype: buttonCell
|
||||||
|
|
Loading…
Reference in a new issue