Skip to content

Commit

Permalink
R627-029: Add a border on the completion notes
Browse files Browse the repository at this point in the history
Has been removed inadvertently in previous patches.

Change-Id: Ib22ee00e7c82f2fcbf0089bccfe32c2045766e93
  • Loading branch information
AnthonyLeonardoGracio committed Jun 29, 2018
1 parent ed7f2fb commit 84f057b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion completion/ui/src/completion_window.adb
Expand Up @@ -1858,7 +1858,6 @@ package body Completion_Window is
-- Create the window's main frame
Gtk_New (Frame);
Add (Window, Frame);
Frame.Set_Name ("notes-frame");

-- Create a scrolled window inside the window's main frame
Gtk_New (Window.Notes_Scroll);
Expand Down
10 changes: 7 additions & 3 deletions share/gps.css
Expand Up @@ -524,9 +524,13 @@ GtkDialog {
padding: 12px;
}

.completion.notes * {
padding: 3px;
border-width: 0px;
.completion.notes > .frame {
border: 1px solid @popup_border_color;
}

.completion.notes > .frame * {
padding: 3px;
border-width: 0px;
}

.completion.search GtkFrame {
Expand Down

0 comments on commit 84f057b

Please sign in to comment.