diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-07-07 08:56:51 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-07-07 08:56:51 +0000 |
commit | 02f6608e30a9874cb620f3b298977f490894868d (patch) | |
tree | 7f0ee890655c253c7b3b2a2ffac15c880f9f8463 /Source/SPDatabaseDocument.m | |
parent | 35016009f3eb42c855425cbb7adb2ff4eb2d6fef (diff) | |
download | sequelpro-02f6608e30a9874cb620f3b298977f490894868d.tar.gz sequelpro-02f6608e30a9874cb620f3b298977f490894868d.tar.bz2 sequelpro-02f6608e30a9874cb620f3b298977f490894868d.zip |
• fine-tuned scrollView position of Custom Query Result table
• resized GUI elements (Run Current, Last Error Mes.) for localisation
• centered label for "Query Favorites" and "Query History"
- maybe we should think about the appearance these buttons!
• increased the min width of Custom Query view by 15px in order to avoid GUI overlappings
Diffstat (limited to 'Source/SPDatabaseDocument.m')
-rw-r--r-- | Source/SPDatabaseDocument.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPDatabaseDocument.m b/Source/SPDatabaseDocument.m index f18385c3..8492001f 100644 --- a/Source/SPDatabaseDocument.m +++ b/Source/SPDatabaseDocument.m @@ -4453,7 +4453,7 @@ { // Limit the right view of DBViewSplitter in order to avoid GUI element overlapping - if(splitView == contentViewSplitter) return proposedMax - 470; + if(splitView == contentViewSplitter) return proposedMax - 495; return proposedMax; |