From 8a5c8b954e00302cf5de32edcaf12c0b7b3eed82 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sat, 17 Jul 2010 22:19:03 +0000 Subject: Tweak structure view index collapsing: - Make the minimum index view size a little smaller - Add a button to reveal the indexes subview when it is collapsed. This button is hidden when te index view is not collapsed. This addresses Issue #746 --- Source/SPTableStructure.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Source/SPTableStructure.h') diff --git a/Source/SPTableStructure.h b/Source/SPTableStructure.h index 5c50ec85..f81078b1 100644 --- a/Source/SPTableStructure.h +++ b/Source/SPTableStructure.h @@ -51,6 +51,8 @@ IBOutlet id removeIndexButton; IBOutlet id refreshIndexesButton; IBOutlet id indexesTableView; + IBOutlet NSSplitView *tablesIndexesSplitView; + IBOutlet NSButton *indexesShowButton; MCPConnection *mySQLConnection; MCPResult *tableSourceResult; @@ -99,4 +101,7 @@ - (void)startDocumentTaskForTab:(NSNotification *)aNotification; - (void)endDocumentTaskForTab:(NSNotification *)aNotification; +// Split view interaction +- (IBAction)unhideIndexesView:(id)sender; + @end -- cgit v1.2.3