mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Show the short diff in the commit dialog by default
It is a rather useful feature which is hardly discoverable.
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ public class CommitChangeListDialog extends DialogWrapper implements CheckinProj
|
||||
|
||||
private static final float SPLITTER_PROPORTION_OPTION_DEFAULT = 0.5f;
|
||||
private static final float DETAILS_SPLITTER_PROPORTION_OPTION_DEFAULT = 0.6f;
|
||||
private static final boolean DETAILS_SHOW_OPTION_DEFAULT = false;
|
||||
private static final boolean DETAILS_SHOW_OPTION_DEFAULT = true;
|
||||
|
||||
private static class MyUpdateButtonsRunnable implements Runnable {
|
||||
private CommitChangeListDialog myDialog;
|
||||
|
||||
Reference in New Issue
Block a user