Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
97bbf504
Commit
97bbf504
authored
Nov 02, 2015
by
François Grisez
Committed by
Ghislain MARY
Nov 02, 2015
Browse files
Add a limit for the display name of sound cards in the property panel
parent
04305165
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
gtk/parameters.ui
gtk/parameters.ui
+12
-3
No files found.
gtk/parameters.ui
View file @
97bbf504
...
...
@@ -915,7 +915,10 @@
<property
name=
"model"
>
model1
</property>
<signal
name=
"changed"
handler=
"linphone_gtk_capture_device_changed"
swapped=
"no"
/>
<child>
<object
class=
"GtkCellRendererText"
id=
"renderer2"
/>
<object
class=
"GtkCellRendererText"
id=
"renderer2"
>
<property
name=
"ellipsize"
>
end
</property>
<property
name=
"width_chars"
>
80
</property>
</object>
<attributes>
<attribute
name=
"text"
>
0
</attribute>
</attributes>
...
...
@@ -937,7 +940,10 @@
<property
name=
"model"
>
model2
</property>
<signal
name=
"changed"
handler=
"linphone_gtk_ring_device_changed"
swapped=
"no"
/>
<child>
<object
class=
"GtkCellRendererText"
id=
"renderer3"
/>
<object
class=
"GtkCellRendererText"
id=
"renderer3"
>
<property
name=
"ellipsize"
>
end
</property>
<property
name=
"width_chars"
>
80
</property>
</object>
<attributes>
<attribute
name=
"text"
>
0
</attribute>
</attributes>
...
...
@@ -1013,7 +1019,10 @@
<property
name=
"model"
>
model3
</property>
<signal
name=
"changed"
handler=
"linphone_gtk_playback_device_changed"
swapped=
"no"
/>
<child>
<object
class=
"GtkCellRendererText"
id=
"renderer4"
/>
<object
class=
"GtkCellRendererText"
id=
"renderer4"
>
<property
name=
"ellipsize"
>
end
</property>
<property
name=
"width_chars"
>
80
</property>
</object>
<attributes>
<attribute
name=
"text"
>
0
</attribute>
</attributes>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment