Created
February 14, 2012 19:45
-
-
Save h3xx/1829608 to your computer and use it in GitHub Desktop.
Fix control panel height in Vidalia 0.2.15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -ru vidalia-0.2.15.orig/src/vidalia/MainWindow.ui vidalia-0.2.15/src/vidalia/MainWindow.ui | |
--- vidalia-0.2.15.orig/src/vidalia/MainWindow.ui 2011-10-07 14:16:56.000000000 -0500 | |
+++ vidalia-0.2.15/src/vidalia/MainWindow.ui 2012-02-14 13:29:55.000000000 -0600 | |
@@ -12,7 +12,7 @@ | |
<property name="maximumSize" > | |
<size> | |
<width>16777215</width> | |
- <height>1</height> | |
+ <height>0</height> | |
</size> | |
</property> | |
<property name="windowTitle" > |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now wasn't that simple?