Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Polynomdivision
gajim
Commits
2318a3b1
Commit
2318a3b1
authored
12 years ago
by
Yann Leboulanger
Browse files
Options
Downloads
Patches
Plain Diff
add a minimum height to status message textbox
parent
14d703e1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
data/gui/preferences_window.ui
+19
-18
19 additions, 18 deletions
data/gui/preferences_window.ui
with
19 additions
and
18 deletions
data/gui/preferences_window.ui
+
19
−
18
View file @
2318a3b1
...
...
@@ -148,24 +148,6 @@
</row>
</data>
</object>
<object
class=
"GtkListStore"
id=
"status_message_liststore"
>
<columns>
<!-- column-name name -->
<column
type=
"gchararray"
/>
<!-- column-name text -->
<column
type=
"gchararray"
/>
<!-- column-name activity -->
<column
type=
"gchararray"
/>
<!-- column-name sub_activity -->
<column
type=
"gchararray"
/>
<!-- column-name activity_text -->
<column
type=
"gchararray"
/>
<!-- column-name mood -->
<column
type=
"gchararray"
/>
<!-- column-name mood_text -->
<column
type=
"gchararray"
/>
</columns>
</object>
<object
class=
"GtkWindow"
id=
"preferences_window"
>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"border_width"
>
6
</property>
...
...
@@ -1615,6 +1597,7 @@ $T will be replaced by auto-not-available timeout</property>
<property
name=
"shadow_type"
>
in
</property>
<child>
<object
class=
"GtkTextView"
id=
"msg_textview"
>
<property
name=
"height_request"
>
21
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"border_width"
>
3
</property>
...
...
@@ -3316,4 +3299,22 @@ to discover one from server.</property>
</object>
</child>
</object>
<object
class=
"GtkListStore"
id=
"status_message_liststore"
>
<columns>
<!-- column-name name -->
<column
type=
"gchararray"
/>
<!-- column-name text -->
<column
type=
"gchararray"
/>
<!-- column-name activity -->
<column
type=
"gchararray"
/>
<!-- column-name sub_activity -->
<column
type=
"gchararray"
/>
<!-- column-name activity_text -->
<column
type=
"gchararray"
/>
<!-- column-name mood -->
<column
type=
"gchararray"
/>
<!-- column-name mood_text -->
<column
type=
"gchararray"
/>
</columns>
</object>
</interface>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment