[gthumb] thumbnail view: added back the border
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] thumbnail view: added back the border
- Date: Sun, 29 Mar 2015 17:34:41 +0000 (UTC)
commit 0b0277028d72c825f5bdc8af3cb03e9cc9aa83ef
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sun Mar 29 16:59:27 2015 +0200
thumbnail view: added back the border
gthumb/gth-file-list.c | 1 +
gthumb/resources/gthumb.css | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gthumb/gth-file-list.c b/gthumb/gth-file-list.c
index f566742..d4c6d08 100644
--- a/gthumb/gth-file-list.c
+++ b/gthumb/gth-file-list.c
@@ -638,6 +638,7 @@ gth_file_list_construct (GthFileList *file_list,
/* the file view */
file_list->priv->scrolled_window = gtk_scrolled_window_new (NULL, NULL);
+ gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (file_list->priv->scrolled_window),
GTK_SHADOW_ETCHED_IN);
file_list->priv->vadj = gtk_scrolled_window_get_vadjustment (GTK_SCROLLED_WINDOW
(file_list->priv->scrolled_window));
g_signal_connect (G_OBJECT (file_list->priv->vadj),
diff --git a/gthumb/resources/gthumb.css b/gthumb/resources/gthumb.css
index 1575b03..df14858 100644
--- a/gthumb/resources/gthumb.css
+++ b/gthumb/resources/gthumb.css
@@ -12,8 +12,8 @@ GthGridView.cell:selected:focus {
GthEmptyList.frame {
border-style: solid;
border-color: @borders;
- border-width: 0px;
- border-radius: 0px;
+ border-width: 1px;
+ border-radius: 2px;
padding: 0;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]