From: mss Date: Wed, 6 Dec 2006 10:00:04 +0000 (+0000) Subject: changed decoration (trying theme stuff); change the size of the border (4 is not... X-Git-Url: http://git.maemo.org/git/?p=simple-launcher;a=commitdiff_plain;h=616f1f9e6fa9037e19454f918e49e5c06cb19d67 changed decoration (trying theme stuff); change the size of the border (4 is not the value) git-svn-id: file:///svnroot/simple-launcher/trunk@27 3ba93dab-e023-0410-b42a-de7732cf370a --- diff --git a/simple-launcher.cc b/simple-launcher.cc index 0a0e04a..1e06ac7 100644 --- a/simple-launcher.cc +++ b/simple-launcher.cc @@ -21,7 +21,7 @@ extern "C" { #define SLA_APPLET_DBUS_NAME "simple-launcher" #define SLA_APPLET_VERSION "0.0" #define SLA_APPLET_ICON_SIZE 26 -#define SLA_APPLET_BORDER_SIZE 4 +#define SLA_APPLET_BORDER_SIZE 14 #define SLA_APPLET_CANVAS_SIZE (SLA_APPLET_BORDER_SIZE+SLA_APPLET_BORDER_SIZE) class SimpleLauncherApplet { @@ -172,7 +172,7 @@ bool SimpleLauncherApplet::initWidget() { if (button_no) { myWidget = gtk_frame_new(0); -#if 0 +#if 1 gtk_container_set_border_width(GTK_CONTAINER(myWidget), 0); gtk_widget_set_name(myWidget, "osso-speeddial"); #else