mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[file-history] allow to shrink diff preview panel
IDEA-204999
This commit is contained in:
@@ -93,6 +93,7 @@ public class FileHistoryUi extends AbstractVcsLogUi {
|
||||
getTable().getSelectionModel().addListSelectionListener(selectionListener);
|
||||
|
||||
myDiffPreviewSplitter = new OnePixelSplitter(false, "vcs.history.diff.splitter.proportion", 0.7f);
|
||||
myDiffPreviewSplitter.setHonorComponentsMinimumSize(false);
|
||||
myDiffPreviewSplitter.setFirstComponent(myFileHistoryPanel);
|
||||
showDiffPreview(myUiProperties.get(CommonUiProperties.SHOW_DIFF_PREVIEW));
|
||||
myMainComponent = myDiffPreviewSplitter;
|
||||
|
||||
Reference in New Issue
Block a user