Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AbiWordActivity.py3
-rw-r--r--NEWS1
2 files changed, 4 insertions, 0 deletions
diff --git a/AbiWordActivity.py b/AbiWordActivity.py
index ab4ee3b..f116c63 100644
--- a/AbiWordActivity.py
+++ b/AbiWordActivity.py
@@ -105,6 +105,9 @@ class AbiWordActivity (Activity):
# has been opened
self.abiword_canvas.zoom_width()
+ # no ugly borders please
+ self.abiword_canvas.set_property("shadow-type", gtk.SHADOW_ETCHED_OUT)
+
# activity sharing
pservice = presenceservice.get_instance()
diff --git a/NEWS b/NEWS
index 9810aa0..55cea22 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+* Remove the border around the view (uwog)
* Connect to the zoom signal to show the currect zoom level (uwog)
29