Skip to content

Instantly share code, notes, and snippets.

@h3xx
Created February 14, 2012 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h3xx/1829608 to your computer and use it in GitHub Desktop.
Save h3xx/1829608 to your computer and use it in GitHub Desktop.
Fix control panel height in Vidalia 0.2.15
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" >
@h3xx
Copy link
Author

h3xx commented Feb 14, 2012

Now wasn't that simple?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment