[polari/wip/bastianilso/error-handling] border-width 2px dirty fix in connectionDetails dialog.
- From: Bastian Ilsø Hougaard <bastianilso src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari/wip/bastianilso/error-handling] border-width 2px dirty fix in connectionDetails dialog.
- Date: Mon, 3 Aug 2015 10:58:33 +0000 (UTC)
commit c69c3738eace723fc867e3d07624825107c583e0
Author: Bastian Ilsø <bastianilso src gnome org>
Date: Mon Aug 3 12:57:38 2015 +0200
border-width 2px dirty fix in connectionDetails dialog.
src/connections.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/connections.js b/src/connections.js
index 0caa2d0..26a56fa 100644
--- a/src/connections.js
+++ b/src/connections.js
@@ -343,6 +343,8 @@ const ConnectionDetailsDialog = new Lang.Class({
modal: true,
destroy_with_parent: true,
use_header_bar: true });
+ this.widget.get_content_area()['border-width'] = 0;
+
this.widget.connect('response', Lang.bind(this,
function(w, response) {
if (response == Gtk.ResponseType.OK)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]