Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(227)

Issue 173308: Linux: set the initial size of the "Page" column in the task manager to fit the dialog. (Closed)

Created:
11 years, 4 months ago by Mike Mammarella
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, Ben Goodger (Google)
Visibility:
Public.

Description

Linux: set the initial size of the "Page" column in the task manager to fit the dialog. This keeps that column from forcing the other columns into a scroll bar when a page with a long title is viewed. BUG=17930 TEST=none

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 1

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -11 lines) Patch
M chrome/browser/gtk/task_manager_gtk.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/gtk/task_manager_gtk.cc View 1 2 3 4 5 8 chunks +36 lines, -11 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Mike Mammarella
11 years, 4 months ago (2009-08-24 22:39:17 UTC) #1
James Hawkins
http://codereview.chromium.org/173308/diff/1/2 File chrome/browser/gtk/task_manager_gtk.cc (right): http://codereview.chromium.org/173308/diff/1/2#newcode33 Line 33: const int kPageColumnInitialSize = 270; You should store ...
11 years, 4 months ago (2009-08-24 22:53:49 UTC) #2
Mike Mammarella
11 years, 4 months ago (2009-08-25 00:25:26 UTC) #3
James Hawkins
Sorry, I thought I had already pushed these comments out. The BUG= should be 17930 ...
11 years, 4 months ago (2009-08-25 01:09:03 UTC) #4
Mike Mammarella
11 years, 4 months ago (2009-08-25 01:52:38 UTC) #5
James Hawkins
11 years, 4 months ago (2009-08-25 02:52:54 UTC) #6
LGTM

http://codereview.chromium.org/173308/diff/13/14
File chrome/browser/gtk/task_manager_gtk.cc (right):

http://codereview.chromium.org/173308/diff/13/14#newcode615
Line 615: namespace {
Please add this function to the anonymous namespace at the top of the file.

Powered by Google App Engine
This is Rietveld 408576698